Home
last modified time | relevance | path

Searched refs:BInst (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp231 auto *BInst = getDefOrUser(BDef, B.U); in localComesBefore() local
232 return valueComesBefore(AInst, BInst); in localComesBefore()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h393 Instruction *BInst);
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1902 const AccessAnalysis::MemAccessInfo &B, Instruction *BInst) { in getDependenceDistanceStrideAndSize() argument
1913 Type *BTy = getLoadStoreType(BInst); in getDependenceDistanceStrideAndSize()
1933 std::swap(AInst, BInst); in getDependenceDistanceStrideAndSize()
1941 LLVM_DEBUG(dbgs() << "LAA: Distance for " << *AInst << " to " << *BInst in getDependenceDistanceStrideAndSize()
/src/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2099 MCInst BInst; in processInstruction() local
2100 BInst.setOpcode(inMicroMipsMode() ? Mips::BEQ_MM : Mips::BEQ); in processInstruction()
2101 BInst.addOperand(MCOperand::createReg(Mips::ZERO)); in processInstruction()
2102 BInst.addOperand(MCOperand::createReg(Mips::ZERO)); in processInstruction()
2103 BInst.addOperand(Inst.getOperand(0)); in processInstruction()
2104 Inst = BInst; in processInstruction()