HomeSort by relevance Sort by last modified time
    Searched refs:isCallingConvWin64 (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64Subtarget.h 346 bool isCallingConvWin64(CallingConv::ID CC) const {
AArch64FrameLowering.cpp 607 Subtarget.isCallingConvWin64(MF.getFunction().getCallingConv());
    [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.h 528 bool isCallingConvWin64(CallingConv::ID CC) const {
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
X86FrameLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 761 bool isCallingConvWin64(CallingConv::ID CC) const {
X86CallLowering.cpp 417 if (STI.is64Bit() && !IsFixed && !STI.isCallingConvWin64(CallConv)) {
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
X86FrameLowering.cpp     [all...]

Completed in 209 milliseconds