Searched defs:Opnd (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64AddressTypePromotion.cpp | 166 const Instruction *Opnd = cast<Instruction>(Inst->getOperand(0)); in canGetThrough() local 321 Value *Opnd = Inst->getOperand(OpIdx); in propagateSignExtension() local
|
| HD | AArch64FastISel.cpp | 1949 for (auto &Opnd : MI->uses()) { in selectLoad() local
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | ConstantHoisting.cpp | 219 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
|
| HD | Reassociate.cpp | 1258 static Value *createAndInstr(Instruction *InsertBefore, Value *Opnd, in createAndInstr()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | CodeGenPrepare.cpp | 1821 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/ |
| HD | InstCombineAddSub.cpp | 813 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/ |
| HD | MipsAsmParser.cpp | 1391 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/ |
| HD | MipsSEISelLowering.cpp | 1332 SDValue Opnd = Op->getOperand(++OpNo), In64; in lowerDSPIntr() local
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86FastISel.cpp | 2048 const Value *Opnd = nullptr; in X86SelectSelect() local
|