Searched refs:hasCtrlDep (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.td | 484 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, isBarrier = 1 in { 489 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1 in { 498 let isBranch = 1, isIndirectBranch = 1, isTerminator = 1, hasCtrlDep = 1, 504 let isBranch = 1, isIndirectBranch = 1, isTerminator = 1, hasCtrlDep = 1 in { 513 let isBranch = 1, isTerminator = 1, hasDelaySlot = 1, hasCtrlDep = 1, 519 let isBranch = 1, isTerminator = 1, hasDelaySlot = 1, hasCtrlDep = 1 in { 529 hasDelaySlot = 1, hasCtrlDep = 1, isBarrier = 1 in { 535 hasDelaySlot = 1, hasCtrlDep = 1 in {
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 236 bool hasCtrlDep; variable
|
D | CodeGenInstruction.cpp | 311 hasCtrlDep = R->getValueAsBit("hasCtrlDep"); in CodeGenInstruction()
|
/external/llvm/lib/Target/Alpha/ |
D | AlphaInstrFormats.td | 107 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1 in {
|
D | AlphaInstrInfo.td | 152 let hasCtrlDep = 1, Defs = [R30], Uses = [R30] in { 852 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1 in {
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 331 bit hasCtrlDep = 0; // Does this instruction r/w ctrl-flow chains? 604 let hasCtrlDep = 1; 611 let hasCtrlDep = 1; 618 let hasCtrlDep = 1;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 362 let hasCtrlDep = 1 in { 418 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7 in { 510 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7, 517 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7, 644 let isTerminator = 1, isBarrier = 1, hasCtrlDep = 1 in
|
D | PPCInstr64Bit.td | 204 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7, 211 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7,
|
/external/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 20 hasCtrlDep = 1, FPForm = SpecialFP in {
|
D | X86InstrSystem.td | 24 let isTerminator = 1, isBarrier = 1, hasCtrlDep = 1 in {
|
D | X86InstrCompiler.td | 117 hasCtrlDep = 1, isCodeGenOnly = 1 in { 125 hasCtrlDep = 1, isCodeGenOnly = 1 in {
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 972 let hasCtrlDep = 1 in 977 let hasCtrlDep = 1 in
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 569 isBarrier=1, hasCtrlDep=1, rs=0, rt=0, shamt=0 in
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 95 let isReturn = 1, isTerminator = 1, isBarrier = 1, hasCtrlDep = 1 in {
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUInstrInfo.td | 24 let hasCtrlDep = 1, Defs = [R1], Uses = [R1] in { 1467 let hasCtrlDep = 1 in { 3456 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1 in {
|