Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp165 const Instruction *Opnd = cast<Instruction>(Inst->getOperand(0)); in canGetThrough() local
320 Value *Opnd = Inst->getOperand(OpIdx); in propagateSignExtension() local
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp215 Value *Opnd = Inst->getOperand(Idx); in findMatInsertPt() local
321 Value *Opnd = Inst->getOperand(Idx); in collectConstantCandidates() local
479 Value *Opnd = ConstUser.Inst->getOperand(ConstUser.OpndIdx); in emitBaseConstants() local
DReassociate.cpp1126 static Value *createAndInstr(Instruction *InsertBefore, Value *Opnd, in createAndInstr()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1257 TruncBuilder(Instruction *Opnd, Type *Ty) : TypePromotionAction(Opnd) { in TruncBuilder()
1279 SExtBuilder(Instruction *InsertPt, Value *Opnd, Type *Ty) in SExtBuilder()
1455 Instruction *TypePromotionTransaction::createTrunc(Instruction *Opnd, in createTrunc()
1464 Value *Opnd, Type *Ty) { in createSExt()
1755 Instruction *Opnd = dyn_cast<Instruction>(OpndVal); in canGetThrough() local
1885 Value *Opnd = SExtOpnd->getOperand(OpIdx); in promoteOperandForOther() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp816 const FAddend *Opnd = *I; in calcInstrNumber() local
844 (const FAddend &Opnd, bool &NeedNeg) { in createAddendVal()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2007 const Value *Opnd = nullptr; in X86SelectSelect() local
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1321 SDValue Opnd = Op->getOperand(++OpNo), In64; in lowerDSPIntr() local