Home
last modified time | relevance | path

Searched defs:IsLP64 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.h41 bool IsLP64; variable
DX86FrameLowering.cpp95 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode()
107 static unsigned getADDriOpcode(bool IsLP64, int64_t Imm) { in getADDriOpcode()
119 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode()
123 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode()
127 static unsigned getANDriOpcode(bool IsLP64, int64_t Imm) { in getANDriOpcode()
138 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode()
2249 GetScratchRegister(bool Is64Bit, bool IsLP64, const MachineFunction &MF, bool Primary) { in GetScratchRegister()
DX86ISelLowering.cpp31082 const bool IsLP64 = Subtarget.isTarget64BitLP64(); in EmitLoweredSegAlloca() local