Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp134 FLAG(hasPostISelHook) in EmitInstrDocs()
H A DInstrInfoEmitter.cpp1266 if (Inst.hasPostISelHook) in emitRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h517 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h268 bool hasPostISelHook : 1; variable
H A DCodeGenInstruction.cpp459 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoF.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
H A DRISCVInstrInfoZfa.td66 UseNamedOperandTable = 1, hasPostISelHook = 1 in
H A DRISCVInstrInfoVPseudos.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
[all...]
/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.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 {
H A DDSInstructions.td196 let hasPostISelHook = 1;
225 let hasPostISelHook = 1;
250 let hasPostISelHook = 1;
H A DVOPInstructions.td99 let hasPostISelHook = 1;
128 let hasPostISelHook = 1;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1226 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1233 if (II.hasPostISelHook()) in EmitMachineNode()
H A DSelectionDAGISel.cpp327 assert(!MI.hasPostISelHook() && in AdjustInstrPostInstrSelection()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb.td1006 let hasPostISelHook = 1, Defs = [CPSR] in {
1360 let hasPostISelHook = 1, Defs = [CPSR] in {
H A DARMInstrInfo.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 {
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.td1585 let hasPostISelHook = 1;
1591 let hasPostISelHook = 1;
1612 let hasPostISelHook = 1;
H A DMips32r6InstrInfo.td1144 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.td232 let hasPostISelHook = 1;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td843 let Defs = [ICC], hasPostISelHook = true in
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td656 bit hasPostISelHook = false; // To be *adjusted* after isel by target hook.

12