/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | MIMGInstructions.td | 141 let hasPostISelHook = 1; 357 let mayLoad = 0, mayStore = 1, hasSideEffects = 0, hasPostISelHook = 0, 463 mayLoad = 1, mayStore = 1, hasPostISelHook = 0, DisableWQM = 1, 681 Gather4 = 1, hasPostISelHook = 0 in {
|
H A D | DSInstructions.td | 162 let hasPostISelHook = 1; 186 let hasPostISelHook = 1; 213 let hasPostISelHook = 1;
|
H A D | VOPInstructions.td | 79 let hasPostISelHook = 1; 106 let hasPostISelHook = 1;
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 424 bool hasPostISelHook() const { return Flags & (1 << MCID::HasPostISelHook); } in hasPostISelHook() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCInstrDesc.h | 517 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCInstrDesc.h | 517 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 515 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCInstrDesc.h | 517 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCInstrDesc.h | 517 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 521 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | CodeGenInstruction.h | 245 bool hasPostISelHook : 1; variable
|
H A D | InstrInfoEmitter.cpp | 500 if (Inst.hasPostISelHook) OS << "|(1ULL<<MCID::HasPostISelHook)"; in emitRecord()
|
H A D | CodeGenInstruction.cpp | 320 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | MIMGInstructions.td | 208 let hasPostISelHook = 1; 592 let mayLoad = 0, mayStore = 1, hasSideEffects = 0, hasPostISelHook = 0, 598 let hasPostISelHook = 1 in 782 mayLoad = 1, mayStore = 1, hasPostISelHook = 0, DisableWQM = 1, 790 let hasPostISelHook = 1 in 1229 Gather4 = 1, hasPostISelHook = 0, mayLoad = 1 in {
|
H A D | DSInstructions.td | 201 let hasPostISelHook = 1; 237 let hasPostISelHook = 1; 267 let hasPostISelHook = 1;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoF.td | 173 UseNamedOperandTable = 1, hasPostISelHook = 1, isCommutable = 1 in 214 UseNamedOperandTable = 1, hasPostISelHook = 1 in 257 UseNamedOperandTable = 1, hasPostISelHook = 1 in
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonPseudo.td | 431 hasSideEffects = 0, hasPostISelHook = 1 in 439 hasSideEffects = 0, hasPostISelHook = 1 in
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.td | 2692 let hasPostISelHook = 1 in { 2725 let hasPostISelHook = 1 in { 3022 let mayStore = 1, mayLoad = 1, hasPostISelHook = 1, hasSideEffects = 1 in { 3126 } // mayStore = 1, mayLoad = 1, hasPostISelHook = 1 3349 let glc = 1, hasPostISelHook = 1 in { 3374 let hasPostISelHook = 1; 3425 let hasPostISelHook = 0; 3456 let hasPostISelHook = 0; 3562 let hasPostISelHook = 0;
|
H A D | SIInstrFormats.td | 172 let hasPostISelHook = 1;
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 684 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 946 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 1146 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | MachineInstr.h | 1191 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | MachineInstr.h | 1192 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | MachineInstr.h | 1215 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
|