| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | InstrDocsEmitter.cpp | 134 FLAG(hasPostISelHook) in EmitInstrDocs()
|
| H A D | InstrInfoEmitter.cpp | 1181 if (Inst.hasPostISelHook) in emitRecord()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenInstruction.h | 266 bool hasPostISelHook : 1; variable
|
| H A D | CodeGenInstruction.cpp | 456 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 519 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoF.td | 212 UseNamedOperandTable = 1, hasPostISelHook = 1, isCommutable = 1 in 239 UseNamedOperandTable = 1, hasPostISelHook = 1 in 268 UseNamedOperandTable = 1, hasPostISelHook = 1 in 286 UseNamedOperandTable = 1, hasPostISelHook = 1 in
|
| H A D | RISCVInstrInfoZfa.td | 82 UseNamedOperandTable = 1, hasPostISelHook = 1 in
|
| H A D | RISCVInstrInfoVPseudos.td | 1092 let hasPostISelHook = 1; 1136 let hasPostISelHook = 1; 1252 let hasPostISelHook = !not(UsesVXRM_); 1278 let hasPostISelHook = !not(UsesVXRM_); 1328 let hasPostISelHook = 1; 1420 let hasPostISelHook = 1; 1495 let hasPostISelHook = 1; 1597 let hasPostISelHook = 1;
|
| H A D | RISCVInstrInfoXSf.td | 421 let hasSideEffects = 0, hasPostISelHook = 1 in
|
| H A D | RISCVInstrInfo.td | 2042 let hasPostISelHook = 1 in { 2055 let hasPostISelHook = 1 in {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPseudo.td | 431 hasSideEffects = 0, hasPostISelHook = 1 in 439 hasSideEffects = 0, hasPostISelHook = 1 in
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | MIMGInstructions.td | 216 let hasPostISelHook = 1; 774 let mayLoad = 0, mayStore = 1, hasSideEffects = 0, hasPostISelHook = 0, 781 let hasPostISelHook = 1 in 995 mayLoad = 1, mayStore = 1, hasPostISelHook = 0, DisableWQM = 1, 1004 let hasPostISelHook = 1 in 1633 Gather4 = 1, hasPostISelHook = 0, mayLoad = 1 in {
|
| H A D | VOPInstructions.td | 101 let hasPostISelHook = 1; 131 let hasPostISelHook = 1;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1224 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 1234 if (II.hasPostISelHook()) in EmitMachineNode()
|
| H A D | SelectionDAGISel.cpp | 326 assert(!MI.hasPostISelHook() && in AdjustInstrPostInstrSelection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb.td | 1005 let hasPostISelHook = 1, Defs = [CPSR] in { 1360 let hasPostISelHook = 1, Defs = [CPSR] in {
|
| H A D | ARMInstrInfo.td | 1714 let hasPostISelHook = 1, Defs = [CPSR] in { 1747 let hasPostISelHook = 1, Defs = [CPSR] in { 1909 let hasPostISelHook = 1, Defs = [CPSR], Uses = [CPSR] in { 1979 let hasPostISelHook = 1, Defs = [CPSR], Uses = [CPSR] in { 5220 let hasPostISelHook = 1, Constraints = "$newdst = $dst, $newsrc = $src" in {
|
| H A D | ARMInstrThumb2.td | 869 let hasPostISelHook = 1, Defs = [CPSR] in { 900 let hasPostISelHook = 1, Defs = [CPSR] in { 1027 let Defs = [CPSR], Uses = [CPSR], hasPostISelHook = PostISelHook in {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.td | 1597 let hasPostISelHook = 1; 1603 let hasPostISelHook = 1; 1624 let hasPostISelHook = 1;
|
| H A D | Mips32r6InstrInfo.td | 1193 hasExtraSrcRegAllocReq = 1, isCTI = 1, Defs = [AT], hasPostISelHook = 1 in {
|
| H A D | MicroMipsInstrInfo.td | 431 let hasPostISelHook = 1;
|
| H A D | MicroMips32r6InstrInfo.td | 466 let hasPostISelHook = 1;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SMEInstrInfo.td | 312 let hasPostISelHook = 1;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 891 let Defs = [ICC], hasPostISelHook = true in
|