HomeSort by relevance Sort by last modified time
    Searched defs:IsWin64 (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 31 /// IsWin64 - Is the target on of win64 flavours
33 bool IsWin64;
X86ExpandPseudo.cpp 107 bool IsWin64 = STI->isTargetWin64();
111 : (IsWin64 ? X86::TAILJMPd64_REX : X86::TAILJMPd64);
124 : (IsWin64 ? X86::TAILJMPm64_REX : X86::TAILJMPm64);
130 TII->get(IsWin64 ? X86::TAILJMPr64_REX : X86::TAILJMPr64))
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86RegisterInfo.h 37 /// IsWin64 - Is the target on of win64 flavours
39 bool IsWin64;
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86RegisterInfo.h 31 /// IsWin64 - Is the target on of win64 flavours
33 bool IsWin64;
X86ExpandPseudo.cpp 213 bool IsWin64 = STI->isTargetWin64();
252 : (IsWin64 ? X86::TAILJMPm64_REX : X86::TAILJMPm64);
258 TII->get(IsWin64 ? X86::TAILJMPr64_REX : X86::TAILJMPr64))
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 606 bool IsWin64 =
608 unsigned FixedObject = IsWin64 ? alignTo(AFI->getVarArgsGPRSize(), 16) : 0;
    [all...]
AArch64ISelLowering.cpp     [all...]

Completed in 407 milliseconds