/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 123 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
|
H A D | Reassociate.cpp | 1136 static Value *createAndInstr(Instruction *InsertBefore, Value *Opnd, in createAndInstr()
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64AddressTypePromotion.cpp | 167 const Instruction *Opnd = cast<Instruction>(Inst->getOperand(0)); in canGetThrough() local 320 Value *Opnd = Inst->getOperand(OpIdx); in propagateSignExtension() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 174 Value *Opnd = Inst->getOperand(Idx); in findMatInsertPt() local 454 Value *Opnd = Inst->getOperand(Idx); in collectConstantCandidates() local 785 Value *Opnd = ConstUser.Inst->getOperand(ConstUser.OpndIdx); in emitBaseConstants() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 175 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
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2302 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2517 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86FixupLEAs.cpp | 421 MachineOperand &Opnd = CurInst->getOperand(I); in searchALUInst() local 469 MachineOperand &Opnd = CurInst->getOperand(I); in checkRegUsage() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.h | 78 const auto *Opnd = Inst.getOperand(0)->stripPointerCasts(); in getreturnRVOperand() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 702 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.h | 66 const auto *Opnd = Inst.getOperand(0)->stripPointerCasts(); in getreturnRVOperand() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2889 TruncBuilder(Instruction *Opnd, Type *Ty) : TypePromotionAction(Opnd) { in TruncBuilder() 2915 SExtBuilder(Instruction *InsertPt, Value *Opnd, Type *Ty) in SExtBuilder() 2941 ZExtBuilder(Instruction *InsertPt, Value *Opnd, Type *Ty) in ZExtBuilder() 3170 Value *TypePromotionTransaction::createTrunc(Instruction *Opnd, Type *Ty) { in createTrunc() 3177 Value *TypePromotionTransaction::createSExt(Instruction *Inst, Value *Opnd, in createSExt() 3185 Value *TypePromotionTransaction::createZExt(Instruction *Inst, Value *Opnd, in createZExt() 4163 Instruction *Opnd, bool IsSExt) { in getOrigType() 4349 Instruction *Opnd = dyn_cast<Instruction>(OpndVal); in canGetThrough() local 4505 Value *Opnd = ExtOpnd->getOperand(OpIdx); in promoteOperandForOther() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCInstPrinter.cpp | 73 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCInstPrinter.cpp | 91 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 624 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
H A D | BPFMISimplifyPatchable.cpp | 142 const MachineOperand &Opnd = DefInst->getOperand(0); in checkADDrr() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceCfg.cpp | 543 auto *Opnd = Instr.getSrc(i); in localCSE() local 562 auto *Opnd = Instr.getSrc(i); in localCSE() local
|
H A D | IceCfgNode.cpp | 366 const Operand *Opnd) { in sameVarOrReg()
|
H A D | IceTargetLoweringARM32.h | 1142 const Inst *getProducerOf(const Operand *Opnd) const { in getProducerOf()
|
H A D | IceTargetLoweringX8664.cpp | 655 inline uint64_t getConstantMemoryOrder(Operand *Opnd) { in getConstantMemoryOrder() 2951 inline bool isZero(const Operand *Opnd) { in isZero() 4956 void TargetX8664::doMockBoundsCheck(Operand *Opnd) { in doMockBoundsCheck() 6779 X86OperandMem *TargetX8664::formMemoryOperand(Operand *Opnd, Type Ty, in formMemoryOperand()
|
H A D | IceTargetLoweringX8632.cpp | 646 inline uint64_t getConstantMemoryOrder(Operand *Opnd) { in getConstantMemoryOrder() 3248 inline bool isZero(const Operand *Opnd) { in isZero() 5546 void TargetX8632::doMockBoundsCheck(Operand *Opnd) { in doMockBoundsCheck() 7507 X86OperandMem *TargetX8632::formMemoryOperand(Operand *Opnd, Type Ty, in formMemoryOperand()
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 44 addOperand(MCInst &Inst, const MCOperand& Opnd) { in addOperand()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 616 for (const FAddend *Opnd : Opnds) { in createNaryFAdd() local 696 for (const FAddend *Opnd : Opnds) { in calcInstrNumber() local 723 Value *FAddCombine::createAddendVal(const FAddend &Opnd, bool &NeedNeg) { in createAddendVal()
|
/aosp_15_r20/external/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 1601 MCOperand Opnd; in processInstruction() local 1782 MCOperand Opnd; in processInstruction() local 1871 MCOperand Opnd = Inst.getOperand(1); in processInstruction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 72 addOperand(MCInst &Inst, const MCOperand& Opnd) { in addOperand()
|