Searched defs:IsLP64 (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.h | 41 bool IsLP64; variable
|
D | X86FrameLowering.cpp | 98 static unsigned getSUBriOpcode(unsigned IsLP64, int64_t Imm) { in getSUBriOpcode() 110 static unsigned getADDriOpcode(unsigned IsLP64, int64_t Imm) { in getADDriOpcode() 130 static unsigned getANDriOpcode(bool IsLP64, int64_t Imm) { in getANDriOpcode() 141 static unsigned getLEArOpcode(unsigned IsLP64) { in getLEArOpcode() 2056 GetScratchRegister(bool Is64Bit, bool IsLP64, const MachineFunction &MF, bool Primary) { in GetScratchRegister()
|
D | X86ISelLowering.cpp | 23465 const bool IsLP64 = Subtarget.isTarget64BitLP64(); in EmitLoweredSegAlloca() local
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86FrameLowering.h | 42 bool IsLP64; variable
|
D | X86FrameLowering.cpp | 105 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode() 117 static unsigned getADDriOpcode(bool IsLP64, int64_t Imm) { in getADDriOpcode() 129 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode() 133 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() 137 static unsigned getANDriOpcode(bool IsLP64, int64_t Imm) { in getANDriOpcode() 148 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode() 2589 GetScratchRegister(bool Is64Bit, bool IsLP64, const MachineFunction &MF, bool Primary) { in GetScratchRegister()
|
D | X86ISelLowering.cpp | 32278 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode() 32395 const bool IsLP64 = Subtarget.isTarget64BitLP64(); in EmitLoweredSegAlloca() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.h | 41 bool IsLP64; variable
|
D | X86FrameLowering.cpp | 95 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()
|
D | X86ISelLowering.cpp | 31082 const bool IsLP64 = Subtarget.isTarget64BitLP64(); in EmitLoweredSegAlloca() local
|