Home
last modified time | relevance | path

Searched refs:getCallOpcode (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/lib/Target/ARM/
DARMCallLowering.cpp483 unsigned getCallOpcode(const ARMSubtarget &STI, bool isDirect) { in getCallOpcode() function
519 auto CallOpcode = getCallOpcode(STI, IsDirect); in lowerCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CallLowering.cpp762 static unsigned getCallOpcode(const Function &CallerF, bool IsIndirect, in getCallOpcode() function
808 unsigned Opc = getCallOpcode(F, Info.Callee.isReg(), true); in lowerTailCall()
968 unsigned Opc = getCallOpcode(F, Info.Callee.isReg(), false); in lowerCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallLowering.cpp486 unsigned getCallOpcode(const ARMSubtarget &STI, bool isDirect) { in getCallOpcode() function
522 auto CallOpcode = getCallOpcode(STI, IsDirect); in lowerCall()
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64CallLowering.cpp787 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() function
833 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), true); in lowerTailCall()
992 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), false); in lowerCall()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUCallLowering.cpp1107 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() function
1196 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), false); in lowerCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp5082 static unsigned getCallOpcode(bool isIndirectCall, bool isPatchPoint, in getCallOpcode() function
5436 unsigned CallOpc = getCallOpcode(isIndirect, isPatchPoint, isTailCall, in FinishCall()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp5309 static unsigned getCallOpcode(PPCTargetLowering::CallFlags CFlags, in getCallOpcode() function
5643 getCallOpcode(CFlags, DAG.getMachineFunction().getFunction(), Callee, in FinishCall()