Home
last modified time | relevance | path

Searched refs:hasPostISelHook (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp134 FLAG(hasPostISelHook) in EmitInstrDocs()
H A DInstrInfoEmitter.cpp1181 if (Inst.hasPostISelHook) in emitRecord()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h266 bool hasPostISelHook : 1; variable
H A DCodeGenInstruction.cpp456 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h519 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoF.td212 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 DRISCVInstrInfoZfa.td82 UseNamedOperandTable = 1, hasPostISelHook = 1 in
H A DRISCVInstrInfoVPseudos.td1092 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 DRISCVInstrInfoXSf.td421 let hasSideEffects = 0, hasPostISelHook = 1 in
H A DRISCVInstrInfo.td2042 let hasPostISelHook = 1 in {
2055 let hasPostISelHook = 1 in {
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td431 hasSideEffects = 0, hasPostISelHook = 1 in
439 hasSideEffects = 0, hasPostISelHook = 1 in
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DMIMGInstructions.td216 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 DVOPInstructions.td101 let hasPostISelHook = 1;
131 let hasPostISelHook = 1;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1224 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1234 if (II.hasPostISelHook()) in EmitMachineNode()
H A DSelectionDAGISel.cpp326 assert(!MI.hasPostISelHook() && in AdjustInstrPostInstrSelection()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb.td1005 let hasPostISelHook = 1, Defs = [CPSR] in {
1360 let hasPostISelHook = 1, Defs = [CPSR] in {
H A DARMInstrInfo.td1714 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 DARMInstrThumb2.td869 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 DMipsInstrInfo.td1597 let hasPostISelHook = 1;
1603 let hasPostISelHook = 1;
1624 let hasPostISelHook = 1;
H A DMips32r6InstrInfo.td1193 hasExtraSrcRegAllocReq = 1, isCTI = 1, Defs = [AT], hasPostISelHook = 1 in {
H A DMicroMipsInstrInfo.td431 let hasPostISelHook = 1;
H A DMicroMips32r6InstrInfo.td466 let hasPostISelHook = 1;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SMEInstrInfo.td312 let hasPostISelHook = 1;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td891 let Defs = [ICC], hasPostISelHook = true in

12