/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 109 const MachineOperand &getCallTarget() const { in getCallTarget() function 185 const MachineOperand &getCallTarget() const { in getCallTarget() function
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstMIPS32.cpp | 469 if (llvm::isa<ConstantInteger32>(getCallTarget())) { in emit() 474 llvm::dyn_cast<ConstantRelocatable>(getCallTarget())) { in emit() 485 getCallTarget()->emit(Func); in emit() 492 if (llvm::isa<ConstantInteger32>(getCallTarget())) { in emitIAS() 495 llvm::dyn_cast<ConstantRelocatable>(getCallTarget())) { in emitIAS() 499 Asm->jalr(getCallTarget(), ImplicitRA); in emitIAS() 512 getCallTarget()->dump(Func); in dump()
|
D | IceInstARM32.cpp | 2161 if (llvm::isa<ConstantInteger32>(getCallTarget())) { in emit() 2166 llvm::dyn_cast<ConstantRelocatable>(getCallTarget())) { in emit() 2177 getCallTarget()->emit(Func); in emit() 2184 if (llvm::isa<ConstantInteger32>(getCallTarget())) { in emitIAS() 2189 llvm::dyn_cast<ConstantRelocatable>(getCallTarget())) { in emitIAS() 2194 Asm->blx(getCallTarget()); in emitIAS() 2209 getCallTarget()->dump(Func); in dump()
|
D | IceASanInstrumentation.cpp | 344 llvm::dyn_cast<ConstantRelocatable>(Instr->getCallTarget()); in instrumentCall()
|
D | IceInst.cpp | 767 getCallTarget()->dump(Func); in dump()
|
D | IceInstX8632.cpp | 585 Operand *CallTarget = getCallTarget(); in emit() 601 Operand *CallTarget = getCallTarget(); in emitIAS() 630 getCallTarget()->dump(Func); in dump()
|
D | IceInstX8664.cpp | 572 Operand *CallTarget = getCallTarget(); in emit() 588 Operand *CallTarget = getCallTarget(); in emitIAS() 617 getCallTarget()->dump(Func); in dump()
|
D | IceInst.h | 443 Operand *getCallTarget() const { return getSrc(0); } in getCallTarget() function
|
D | IceInstMIPS32.h | 886 Operand *getCallTarget() const { return getSrc(0); } in getCallTarget() function
|
D | IceInstARM32.h | 1183 Operand *getCallTarget() const { return getSrc(0); } in getCallTarget() function
|
D | IceInstX8632.h | 580 Operand *getCallTarget() const { return this->getSrc(0); } in getCallTarget() function
|
D | IceInstX8664.h | 519 Operand *getCallTarget() const { return this->getSrc(0); } in getCallTarget() function
|
D | IceTargetLoweringMIPS32.cpp | 3479 Operand *CallTarget = Instr->getCallTarget(); in lowerCall()
|
D | IceTargetLoweringARM32.cpp | 3507 Operand *CallTarget = Instr->getCallTarget(); in lowerCall()
|
D | IceTargetLoweringX8664.cpp | 2348 legalize(Instr->getCallTarget(), Legal_Reg | Legal_Imm | Legal_AddrAbs); in lowerCall()
|
D | IceTargetLoweringX8632.cpp | 2542 legalize(Instr->getCallTarget(), Legal_Reg | Legal_Imm | Legal_AddrAbs); in lowerCall()
|
/external/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 121 const MachineOperand &getCallTarget() const { in getCallTarget() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 627 const MachineOperand &CalleeMO = Opers.getCallTarget(); in LowerPATCHPOINT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 905 int64_t CallTarget = Opers.getCallTarget().getImm(); in LowerPATCHPOINT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 1199 const MachineOperand &CallTarget = SOpers.getCallTarget(); in LowerSTATEPOINT() 1370 const MachineOperand &CalleeMO = opers.getCallTarget(); in LowerPATCHPOINT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 386 const MachineOperand &CalleeMO = Opers.getCallTarget(); in LowerPATCHPOINT()
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 854 const MachineOperand &CallTarget = SOpers.getCallTarget(); in LowerSTATEPOINT()
|