Home
last modified time | relevance | path

Searched defs:Opnd (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64AddressTypePromotion.cpp166 const Instruction *Opnd = cast<Instruction>(Inst->getOperand(0)); in canGetThrough() local
321 Value *Opnd = Inst->getOperand(OpIdx); in propagateSignExtension() local
HDAArch64FastISel.cpp1949 for (auto &Opnd : MI->uses()) { in selectLoad() local
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDConstantHoisting.cpp219 Value *Opnd = Inst->getOperand(Idx); in findMatInsertPt() local
325 Value *Opnd = Inst->getOperand(Idx); in collectConstantCandidates() local
483 Value *Opnd = ConstUser.Inst->getOperand(ConstUser.OpndIdx); in emitBaseConstants() local
HDReassociate.cpp1258 static Value *createAndInstr(Instruction *InsertBefore, Value *Opnd, in createAndInstr()
/NextBSD/contrib/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp1821 TruncBuilder(Instruction *Opnd, Type *Ty) : TypePromotionAction(Opnd) { in TruncBuilder()
1845 SExtBuilder(Instruction *InsertPt, Value *Opnd, Type *Ty) in SExtBuilder()
1870 ZExtBuilder(Instruction *InsertPt, Value *Opnd, Type *Ty) in ZExtBuilder()
2049 Value *TypePromotionTransaction::createTrunc(Instruction *Opnd, in createTrunc()
2058 Value *Opnd, Type *Ty) { in createSExt()
2066 Value *Opnd, Type *Ty) { in createZExt()
2426 Instruction *Opnd = dyn_cast<Instruction>(OpndVal); in canGetThrough() local
2587 Value *Opnd = ExtOpnd->getOperand(OpIdx); in promoteOperandForOther() local
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineAddSub.cpp813 const FAddend *Opnd = *I; in calcInstrNumber() local
840 Value *FAddCombine::createAddendVal(const FAddend &Opnd, bool &NeedNeg) { in createAddendVal()
/NextBSD/contrib/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp1391 MCOperand Opnd; in processInstruction() local
1523 MCOperand Opnd; in processInstruction() local
1636 MCOperand Opnd = Inst.getOperand(1); in processInstruction() local
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsSEISelLowering.cpp1332 SDValue Opnd = Op->getOperand(++OpNo), In64; in lowerDSPIntr() local
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86FastISel.cpp2048 const Value *Opnd = nullptr; in X86SelectSelect() local