Home
last modified time | relevance | path

Searched refs:IsLP64 (Results 1 – 25 of 103) sorted by relevance

12345

/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/X86/
H A DX86FrameLowering.cpp45 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
96 if (IsLP64) { in getSUBriOpcode()
108 if (IsLP64) { in getADDriOpcode()
119 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode() argument
120 return IsLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode()
123 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() argument
128 if (IsLP64) { in getANDriOpcode()
138 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode() argument
139 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2261 if (IsLP64) in GetScratchRegister()
[all …]
H A DX86FrameLowering.h41 bool IsLP64; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp45 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
96 if (IsLP64) { in getSUBriOpcode()
108 if (IsLP64) { in getADDriOpcode()
119 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode() argument
120 return IsLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode()
123 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() argument
128 if (IsLP64) { in getANDriOpcode()
138 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode() argument
139 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2261 if (IsLP64) in GetScratchRegister()
[all …]
H A DX86FrameLowering.h41 bool IsLP64; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp45 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
96 if (IsLP64) { in getSUBriOpcode()
108 if (IsLP64) { in getADDriOpcode()
119 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode() argument
120 return IsLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode()
123 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() argument
128 if (IsLP64) { in getANDriOpcode()
138 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode() argument
139 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2261 if (IsLP64) in GetScratchRegister()
[all …]
H A DX86FrameLowering.h41 bool IsLP64; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp52 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
105 if (IsLP64) { in getSUBriOpcode()
117 if (IsLP64) { in getADDriOpcode()
128 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode() argument
129 return IsLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode()
132 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() argument
137 if (IsLP64) { in getANDriOpcode()
147 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode() argument
148 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2465 if (IsLP64) in GetScratchRegister()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86FrameLowering.cpp45 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
96 if (IsLP64) { in getSUBriOpcode()
108 if (IsLP64) { in getADDriOpcode()
127 static unsigned getANDriOpcode(bool IsLP64, int64_t Imm) { in getANDriOpcode() argument
128 if (IsLP64) { in getANDriOpcode()
138 static unsigned getLEArOpcode(unsigned IsLP64) { in getLEArOpcode() argument
139 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2270 if (IsLP64) in GetScratchRegister()
2351 allocMBB->addLiveIn(IsLP64 ? X86::R10 : X86::R10D); in adjustForSegmentedStacks()
2364 TlsOffset = IsLP64 ? 0x70 : 0x40; in adjustForSegmentedStacks()
[all …]
H A DX86FrameLowering.h41 bool IsLP64; variable
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86FrameLowering.cpp46 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
97 if (IsLP64) { in getSUBriOpcode()
109 if (IsLP64) { in getADDriOpcode()
128 static unsigned getANDriOpcode(bool IsLP64, int64_t Imm) { in getANDriOpcode() argument
129 if (IsLP64) { in getANDriOpcode()
139 static unsigned getLEArOpcode(unsigned IsLP64) { in getLEArOpcode() argument
140 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2221 if (IsLP64) in GetScratchRegister()
2302 allocMBB->addLiveIn(IsLP64 ? X86::R10 : X86::R10D); in adjustForSegmentedStacks()
2315 TlsOffset = IsLP64 ? 0x70 : 0x40; in adjustForSegmentedStacks()
[all …]
H A DX86FrameLowering.h42 bool IsLP64; variable
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/
H A DX86FrameLowering.cpp46 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
97 if (IsLP64) { in getSUBriOpcode()
109 if (IsLP64) { in getADDriOpcode()
128 static unsigned getANDriOpcode(bool IsLP64, int64_t Imm) { in getANDriOpcode() argument
129 if (IsLP64) { in getANDriOpcode()
139 static unsigned getLEArOpcode(unsigned IsLP64) { in getLEArOpcode() argument
140 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2212 if (IsLP64) in GetScratchRegister()
2287 allocMBB->addLiveIn(IsLP64 ? X86::R10 : X86::R10D); in adjustForSegmentedStacks()
2300 TlsOffset = IsLP64 ? 0x70 : 0x40; in adjustForSegmentedStacks()
[all …]
H A DX86FrameLowering.h42 bool IsLP64;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp53 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
106 if (IsLP64) { in getSUBriOpcode()
118 if (IsLP64) { in getADDriOpcode()
129 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode() argument
130 return IsLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode()
133 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() argument
138 if (IsLP64) { in getANDriOpcode()
148 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode() argument
149 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2722 if (IsLP64) in GetScratchRegister()
[all …]
H A DX86FrameLowering.h42 bool IsLP64; variable
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86FrameLowering.cpp53 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
106 if (IsLP64) { in getSUBriOpcode()
118 if (IsLP64) { in getADDriOpcode()
129 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode() argument
130 return IsLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode()
133 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() argument
138 if (IsLP64) { in getANDriOpcode()
148 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode() argument
149 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2722 if (IsLP64) in GetScratchRegister()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp53 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
106 if (IsLP64) { in getSUBriOpcode()
118 if (IsLP64) { in getADDriOpcode()
129 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode() argument
130 return IsLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode()
133 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() argument
138 if (IsLP64) { in getANDriOpcode()
148 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode() argument
149 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2606 if (IsLP64) in GetScratchRegister()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86FrameLowering.cpp52 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
105 if (IsLP64) { in getSUBriOpcode()
117 if (IsLP64) { in getADDriOpcode()
128 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode() argument
129 return IsLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode()
132 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() argument
137 if (IsLP64) { in getANDriOpcode()
147 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode() argument
148 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2647 if (IsLP64) in GetScratchRegister()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp53 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
106 if (IsLP64) { in getSUBriOpcode()
118 if (IsLP64) { in getADDriOpcode()
129 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode() argument
130 return IsLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode()
133 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() argument
138 if (IsLP64) { in getANDriOpcode()
148 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode() argument
149 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2722 if (IsLP64) in GetScratchRegister()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp53 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
106 if (IsLP64) { in getSUBriOpcode()
118 if (IsLP64) { in getADDriOpcode()
129 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode() argument
130 return IsLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode()
133 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() argument
138 if (IsLP64) { in getANDriOpcode()
148 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode() argument
149 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2731 if (IsLP64) in GetScratchRegister()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp53 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
106 if (IsLP64) { in getSUBriOpcode()
118 if (IsLP64) { in getADDriOpcode()
129 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode() argument
130 return IsLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode()
133 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() argument
138 if (IsLP64) { in getANDriOpcode()
148 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode() argument
149 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2722 if (IsLP64) in GetScratchRegister()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp53 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
106 if (IsLP64) { in getSUBriOpcode()
118 if (IsLP64) { in getADDriOpcode()
129 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode() argument
130 return IsLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode()
133 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() argument
138 if (IsLP64) { in getANDriOpcode()
148 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode() argument
149 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2606 if (IsLP64) in GetScratchRegister()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp53 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
106 if (IsLP64) { in getSUBriOpcode()
118 if (IsLP64) { in getADDriOpcode()
129 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode() argument
130 return IsLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode()
133 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() argument
138 if (IsLP64) { in getANDriOpcode()
148 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode() argument
149 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2601 if (IsLP64) in GetScratchRegister()
[all …]
H A DX86FrameLowering.h42 bool IsLP64; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp53 IsLP64 = STI.isTarget64BitLP64(); in X86FrameLowering()
106 if (IsLP64) { in getSUBriOpcode()
118 if (IsLP64) { in getADDriOpcode()
129 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode() argument
130 return IsLP64 ? X86::SUB64rr : X86::SUB32rr; in getSUBrrOpcode()
133 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode() argument
138 if (IsLP64) { in getANDriOpcode()
148 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode() argument
149 return IsLP64 ? X86::LEA64r : X86::LEA32r; in getLEArOpcode()
2722 if (IsLP64) in GetScratchRegister()
[all …]

12345