/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARC.h | 79 const auto *Opnd = Inst.getOperand(0)->stripPointerCasts(); in getreturnRVOperand() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AddressTypePromotion.cpp | 167 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/ |
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
|
D | Reassociate.cpp | 1136 static Value *createAndInstr(Instruction *InsertBefore, Value *Opnd, in createAndInstr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 162 Value *Opnd = Inst->getOperand(Idx); in findMatInsertPt() local 380 Value *Opnd = Inst->getOperand(Idx); in collectConstantCandidates() local 650 Value *Opnd = ConstUser.Inst->getOperand(ConstUser.OpndIdx); in emitBaseConstants() local
|
D | Reassociate.cpp | 1159 static Value *createAndInstr(Instruction *InsertBefore, Value *Opnd, in createAndInstr()
|
/external/llvm/lib/Target/AMDGPU/Disassembler/ |
D | AMDGPUDisassembler.cpp | 44 addOperand(MCInst &Inst, const MCOperand& Opnd) { in addOperand()
|
/external/llvm/lib/Transforms/InstCombine/ |
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()
|
/external/llvm/lib/CodeGen/ |
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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 712 for (const FAddend *Opnd : Opnds) { in createNaryFAdd() local 803 for (const FAddend *Opnd : Opnds) { in calcInstrNumber() local 835 Value *FAddCombine::createAddendVal(const FAddend &Opnd, bool &NeedNeg) { in createAddendVal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2233 TruncBuilder(Instruction *Opnd, Type *Ty) : TypePromotionAction(Opnd) { in TruncBuilder() 2258 SExtBuilder(Instruction *InsertPt, Value *Opnd, Type *Ty) in SExtBuilder() 2284 ZExtBuilder(Instruction *InsertPt, Value *Opnd, Type *Ty) in ZExtBuilder() 2496 Value *TypePromotionTransaction::createTrunc(Instruction *Opnd, in createTrunc() 2505 Value *Opnd, Type *Ty) { in createSExt() 2513 Value *Opnd, Type *Ty) { in createZExt() 3315 Instruction *Opnd, in getOrigType() 3504 Instruction *Opnd = dyn_cast<Instruction>(OpndVal); in canGetThrough() local 3660 Value *Opnd = ExtOpnd->getOperand(OpIdx); in promoteOperandForOther() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 640 auto *Opnd = Instr.getSrc(i); in localCSE() local 659 auto *Opnd = Instr.getSrc(i); in localCSE() local
|
D | IceTargetLoweringARM32.h | 1311 const Inst *getProducerOf(const Operand *Opnd) const { in getProducerOf()
|
D | IceCfgNode.cpp | 366 const Operand *Opnd) { in sameVarOrReg()
|
D | IceTargetLoweringMIPS32.h | 876 const Inst *getProducerOf(const Operand *Opnd) const { in getProducerOf()
|
D | IceAssemblerMIPS32.cpp | 143 bool encodeOperand(const Operand *Opnd, IValueT &Value, in encodeOperand()
|
D | IceAssemblerARM32.cpp | 352 EncodedOperand encodeOperand(const Operand *Opnd, IValueT &Value, in encodeOperand() 480 EncodedOperand encodeAddress(const Operand *Opnd, IValueT &Value, in encodeAddress()
|
D | IceTargetLoweringARM32.cpp | 4823 inline uint64_t getConstantMemoryOrder(Operand *Opnd) { in getConstantMemoryOrder() 6247 bool operandNeedsGot(const Operand *Opnd) { in operandNeedsGot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/ |
D | AMDGPUDisassembler.cpp | 58 addOperand(MCInst &Inst, const MCOperand& Opnd) { in addOperand()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1601 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/ |
D | X86FastISel.cpp | 2232 const Value *Opnd = nullptr; in X86SelectSelect() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 1335 SDValue Opnd = Op->getOperand(++OpNo), In64; in lowerDSPIntr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1941 MCOperand Opnd; in processInstruction() local 2190 MCOperand Opnd; in processInstruction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2381 const Value *Opnd = nullptr; in X86SelectSelect() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 1288 SDValue Opnd = Op->getOperand(++OpNo), In64; in lowerDSPIntr() local
|