Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDInstrDocsEmitter.cpp134 FLAG(hasPostISelHook) in EmitInstrDocs()
HDInstrInfoEmitter.cpp1266 if (Inst.hasPostISelHook) in emitRecord()
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenInstruction.h268 bool hasPostISelHook : 1; variable
HDCodeGenInstruction.cpp459 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstrDesc.h517 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfoF.td176 UseNamedOperandTable = 1, hasPostISelHook = 1, isCommutable = 1 in
203 UseNamedOperandTable = 1, hasPostISelHook = 1 in
232 UseNamedOperandTable = 1, hasPostISelHook = 1 in
250 UseNamedOperandTable = 1, hasPostISelHook = 1 in
HDRISCVInstrInfoZfa.td66 UseNamedOperandTable = 1, hasPostISelHook = 1 in
HDRISCVInstrInfoVPseudos.td6446 let mayRaiseFPException = true, hasPostISelHook = 1 in {
6455 let mayRaiseFPException = true, hasSideEffects = 0, hasPostISelHook = 1 in {
6465 let mayRaiseFPException = true, hasSideEffects = 0, hasPostISelHook = 1 in {
6474 let mayRaiseFPException = true, hasSideEffects = 0, hasPostISelHook = 1 in {
6481 let mayRaiseFPException = true, hasSideEffects = 0, hasPostISelHook = 1 in {
6495 let mayRaiseFPException = true, hasSideEffects = 0, hasPostISelHook = 1 in {
6507 let mayRaiseFPException = true, hasSideEffects = 0, hasPostISelHook = 1 in
6519 let mayRaiseFPException = true, hasSideEffects = 0, hasPostISelHook = 1 in
6568 let hasSideEffects = 0, hasPostISelHook = 1 in {
6580 let hasSideEffects = 0, hasPostISelHook = 1 in {
[all …]
HDRISCVInstrInfoXSf.td403 let hasSideEffects = 0, hasPostISelHook = 1 in
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonPseudo.td431 hasSideEffects = 0, hasPostISelHook = 1 in
439 hasSideEffects = 0, hasPostISelHook = 1 in
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDMIMGInstructions.td214 let hasPostISelHook = 1;
773 let mayLoad = 0, mayStore = 1, hasSideEffects = 0, hasPostISelHook = 0,
780 let hasPostISelHook = 1 in
999 mayLoad = 1, mayStore = 1, hasPostISelHook = 0, DisableWQM = 1,
1008 let hasPostISelHook = 1 in
1626 Gather4 = 1, hasPostISelHook = 0, mayLoad = 1 in {
HDDSInstructions.td196 let hasPostISelHook = 1;
225 let hasPostISelHook = 1;
250 let hasPostISelHook = 1;
HDVOPInstructions.td99 let hasPostISelHook = 1;
128 let hasPostISelHook = 1;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineInstr.h1226 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDInstrEmitter.cpp1233 if (II.hasPostISelHook()) in EmitMachineNode()
HDSelectionDAGISel.cpp327 assert(!MI.hasPostISelHook() && in AdjustInstrPostInstrSelection()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMInstrThumb.td1006 let hasPostISelHook = 1, Defs = [CPSR] in {
1360 let hasPostISelHook = 1, Defs = [CPSR] in {
HDARMInstrInfo.td1695 let hasPostISelHook = 1, Defs = [CPSR] in {
1728 let hasPostISelHook = 1, Defs = [CPSR] in {
1890 let hasPostISelHook = 1, Defs = [CPSR], Uses = [CPSR] in {
1960 let hasPostISelHook = 1, Defs = [CPSR], Uses = [CPSR] in {
5191 let hasPostISelHook = 1, Constraints = "$newdst = $dst, $newsrc = $src" in {
HDARMInstrThumb2.td869 let hasPostISelHook = 1, Defs = [CPSR] in {
900 let hasPostISelHook = 1, Defs = [CPSR] in {
1027 let Defs = [CPSR], Uses = [CPSR], hasPostISelHook = PostISelHook in {
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsInstrInfo.td1585 let hasPostISelHook = 1;
1591 let hasPostISelHook = 1;
1612 let hasPostISelHook = 1;
HDMips32r6InstrInfo.td1144 hasExtraSrcRegAllocReq = 1, isCTI = 1, Defs = [AT], hasPostISelHook = 1 in {
HDMicroMipsInstrInfo.td431 let hasPostISelHook = 1;
HDMicroMips32r6InstrInfo.td466 let hasPostISelHook = 1;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64SMEInstrInfo.td232 let hasPostISelHook = 1;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcInstrInfo.td843 let Defs = [ICC], hasPostISelHook = true in

12