Searched refs:hasCtrlDep (Results 1 – 18 of 18) sorted by relevance
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.td | 486 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, isBarrier = 1 in { 491 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1 in { 500 let isBranch = 1, isIndirectBranch = 1, isTerminator = 1, hasCtrlDep = 1, 506 let isBranch = 1, isIndirectBranch = 1, isTerminator = 1, hasCtrlDep = 1 in { 515 let isBranch = 1, isTerminator = 1, hasDelaySlot = 1, hasCtrlDep = 1, 521 let isBranch = 1, isTerminator = 1, hasDelaySlot = 1, hasCtrlDep = 1 in { 531 hasDelaySlot = 1, hasCtrlDep = 1, isBarrier = 1 in { 537 hasDelaySlot = 1, hasCtrlDep = 1 in {
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 240 bool hasCtrlDep; variable
|
D | CodeGenInstruction.cpp | 314 hasCtrlDep = R->getValueAsBit("hasCtrlDep"); in CodeGenInstruction()
|
D | DAGISelMatcherGen.cpp | 692 && (II.hasCtrlDep || II.mayLoad || II.mayStore || II.canFoldAsLoad || in EmitResultInstructionAsOperand()
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 356 bit hasCtrlDep = 0; // Does this instruction r/w ctrl-flow chains? 679 let hasCtrlDep = 1; 686 let hasCtrlDep = 1; 693 let hasCtrlDep = 1;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 232 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7, 239 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7, 254 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7 in {
|
D | PPCInstrInfo.td | 422 let hasCtrlDep = 1 in { 485 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7 in { 573 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7, 580 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7, 710 let isTerminator = 1, isBarrier = 1, hasCtrlDep = 1 in
|
/external/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 23 hasCtrlDep = 1, FPForm = SpecialFP in {
|
D | X86InstrSystem.td | 25 let isTerminator = 1, isBarrier = 1, hasCtrlDep = 1 in {
|
D | X86InstrCompiler.td | 153 hasCtrlDep = 1, isCodeGenOnly = 1 in { 161 hasCtrlDep = 1, isCodeGenOnly = 1 in {
|
/external/llvm/docs/ |
D | TableGenFundamentals.rst | 100 bit hasCtrlDep = 0; 708 let isTerminator = 1, isReturn = 1, isBarrier = 1, hasCtrlDep = 1 in
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 574 let hasCtrlDep = 1; 754 let isReturn=1, isTerminator=1, hasDelaySlot=1, isBarrier=1, hasCtrlDep=1 in
|
D | Mips16InstrInfo.td | 1293 let isReturn=1, isTerminator=1, hasDelaySlot=1, isBarrier=1, hasCtrlDep=1,
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 944 let hasCtrlDep = 1 in 949 let hasCtrlDep = 1 in
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 1071 let hasCtrlDep = 1, neverHasSideEffects = 1 in { 1473 let hasCtrlDep = 1, isNVStorable = 1, neverHasSideEffects = 1 in 1477 let hasCtrlDep = 1, BaseOpcode = "POST_"#BaseOp in {
|
D | HexagonInstrInfoV4.td | 1745 let hasCtrlDep = 1, isNVStore = 1, neverHasSideEffects = 1 in
|
/external/llvm/lib/Target/R600/ |
D | R600Instructions.td | 1651 let isTerminator = 1, isReturn = 1, hasCtrlDep = 1,
|
D | SIInstructions.td | 711 let hasCtrlDep = 1;
|