Home
last modified time | relevance | path

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

12

/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
/external/llvm-project/llvm/lib/Transforms/ObjCARC/
DObjCARC.h64 const auto *Opnd = Inst.getOperand(0)->stripPointerCasts(); in getreturnRVOperand() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARC.h78 const auto *Opnd = Inst.getOperand(0)->stripPointerCasts(); in getreturnRVOperand() local
DObjCARCOpts.cpp888 Value *Opnd = Inst->getOperand(0); in OptimizeIndividualCallImpl() 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/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCInstPrinter.cpp73 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp175 Value *Opnd = Inst->getOperand(Idx); in findMatInsertPt() local
441 Value *Opnd = Inst->getOperand(Idx); in collectConstantCandidates() local
772 Value *Opnd = ConstUser.Inst->getOperand(ConstUser.OpndIdx); in emitBaseConstants() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp175 Value *Opnd = Inst->getOperand(Idx); in findMatInsertPt() local
437 Value *Opnd = Inst->getOperand(Idx); in collectConstantCandidates() local
767 Value *Opnd = ConstUser.Inst->getOperand(ConstUser.OpndIdx); in emitBaseConstants() local
DReassociate.cpp1182 static Value *createAndInstr(Instruction *InsertBefore, Value *Opnd, in createAndInstr()
/external/llvm-project/llvm/lib/MC/
DMCInstPrinter.cpp90 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
/external/llvm-project/llvm/lib/Target/BPF/
DBPFMISimplifyPatchable.cpp133 const MachineOperand &Opnd = DefInst->getOperand(0); in checkADDrr() local
/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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2517 TruncBuilder(Instruction *Opnd, Type *Ty) : TypePromotionAction(Opnd) { in TruncBuilder()
2542 SExtBuilder(Instruction *InsertPt, Value *Opnd, Type *Ty) in SExtBuilder()
2568 ZExtBuilder(Instruction *InsertPt, Value *Opnd, Type *Ty) in ZExtBuilder()
2795 Value *TypePromotionTransaction::createTrunc(Instruction *Opnd, in createTrunc()
2804 Value *Opnd, Type *Ty) { in createSExt()
2812 Value *Opnd, Type *Ty) { in createZExt()
3725 Instruction *Opnd, in getOrigType()
3912 Instruction *Opnd = dyn_cast<Instruction>(OpndVal); in canGetThrough() local
4068 Value *Opnd = ExtOpnd->getOperand(OpIdx); in promoteOperandForOther() local
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2659 TruncBuilder(Instruction *Opnd, Type *Ty) : TypePromotionAction(Opnd) { in TruncBuilder()
2685 SExtBuilder(Instruction *InsertPt, Value *Opnd, Type *Ty) in SExtBuilder()
2711 ZExtBuilder(Instruction *InsertPt, Value *Opnd, Type *Ty) in ZExtBuilder()
2940 Value *TypePromotionTransaction::createTrunc(Instruction *Opnd, in createTrunc()
2949 Value *Opnd, Type *Ty) { in createSExt()
2957 Value *Opnd, Type *Ty) { in createZExt()
3873 Instruction *Opnd, in getOrigType()
4060 Instruction *Opnd = dyn_cast<Instruction>(OpndVal); in canGetThrough() local
4216 Value *Opnd = ExtOpnd->getOperand(OpIdx); in promoteOperandForOther() local
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp543 auto *Opnd = Instr.getSrc(i); in localCSE() local
562 auto *Opnd = Instr.getSrc(i); in localCSE() local
DIceCfgNode.cpp366 const Operand *Opnd) { in sameVarOrReg()
DIceTargetLoweringARM32.h1304 const Inst *getProducerOf(const Operand *Opnd) const { in getProducerOf()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp624 for (const FAddend *Opnd : Opnds) { in createNaryFAdd() local
707 for (const FAddend *Opnd : Opnds) { in calcInstrNumber() local
737 Value *FAddCombine::createAddendVal(const FAddend &Opnd, bool &NeedNeg) { in createAddendVal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp624 for (const FAddend *Opnd : Opnds) { in createNaryFAdd() local
708 for (const FAddend *Opnd : Opnds) { in calcInstrNumber() local
740 Value *FAddCombine::createAddendVal(const FAddend &Opnd, bool &NeedNeg) { in createAddendVal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp72 addOperand(MCInst &Inst, const MCOperand& Opnd) { in addOperand()
/external/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp73 addOperand(MCInst &Inst, const MCOperand& Opnd) { in addOperand()
/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

12