Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp191 const Instruction *BInst = getDefOrUser(B); in localComesBefore() local
192 return AInst->comesBefore(BInst); in localComesBefore()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h425 Instruction *BInst);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1992 const AccessAnalysis::MemAccessInfo &B, Instruction *BInst) { in getDependenceDistanceStrideAndSize() argument
2003 Type *BTy = getLoadStoreType(BInst); in getDependenceDistanceStrideAndSize()
2023 std::swap(AInst, BInst); in getDependenceDistanceStrideAndSize()
2032 LLVM_DEBUG(dbgs() << "LAA: Distance for " << *AInst << " to " << *BInst in getDependenceDistanceStrideAndSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2053 MCInst BInst; in processInstruction() local
2054 BInst.setOpcode(inMicroMipsMode() ? Mips::BEQ_MM : Mips::BEQ); in processInstruction()
2055 BInst.addOperand(MCOperand::createReg(Mips::ZERO)); in processInstruction()
2056 BInst.addOperand(MCOperand::createReg(Mips::ZERO)); in processInstruction()
2057 BInst.addOperand(Inst.getOperand(0)); in processInstruction()
2058 Inst = BInst; in processInstruction()