Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp167 const Instruction *Opnd = cast<Instruction>(Inst->getOperand(0)); in canGetThrough() local
320 Value *Opnd = Inst->getOperand(OpIdx); in propagateSignExtension() local
DAArch64FastISel.cpp1981 for (auto &Opnd : MI->uses()) { in selectLoad() local
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp123 Value *Opnd = Inst->getOperand(Idx); in findMatInsertPt() local
240 Value *Opnd = Inst->getOperand(Idx); in collectConstantCandidates() local
490 Value *Opnd = ConstUser.Inst->getOperand(ConstUser.OpndIdx); in emitBaseConstants() local
DReassociate.cpp1136 static Value *createAndInstr(Instruction *InsertBefore, Value *Opnd, in createAndInstr()
/external/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp44 addOperand(MCInst &Inst, const MCOperand& Opnd) { in addOperand()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp702 for (const FAddend *Opnd : Opnds) { in createNaryFAdd() local
793 for (const FAddend *Opnd : Opnds) { in calcInstrNumber() local
820 Value *FAddCombine::createAddendVal(const FAddend &Opnd, bool &NeedNeg) { in createAddendVal()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2302 TruncBuilder(Instruction *Opnd, Type *Ty) : TypePromotionAction(Opnd) { in TruncBuilder()
2326 SExtBuilder(Instruction *InsertPt, Value *Opnd, Type *Ty) in SExtBuilder()
2351 ZExtBuilder(Instruction *InsertPt, Value *Opnd, Type *Ty) in ZExtBuilder()
2530 Value *TypePromotionTransaction::createTrunc(Instruction *Opnd, in createTrunc()
2539 Value *Opnd, Type *Ty) { in createSExt()
2547 Value *Opnd, Type *Ty) { in createZExt()
2903 Instruction *Opnd = dyn_cast<Instruction>(OpndVal); in canGetThrough() local
3062 Value *Opnd = ExtOpnd->getOperand(OpIdx); in promoteOperandForOther() local
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1601 MCOperand Opnd; in processInstruction() local
1782 MCOperand Opnd; in processInstruction() local
1871 MCOperand Opnd = Inst.getOperand(1); in processInstruction() local
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2232 const Value *Opnd = nullptr; in X86SelectSelect() local
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1335 SDValue Opnd = Op->getOperand(++OpNo), In64; in lowerDSPIntr() local