Searched refs:hasCtrlDep (Results 1 – 20 of 20) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 246 bool hasCtrlDep : 1; variable
|
D | CodeGenInstruction.cpp | 318 hasCtrlDep = R->getValueAsBit("hasCtrlDep"); in CodeGenInstruction()
|
D | DAGISelMatcherGen.cpp | 734 && (II.hasCtrlDep || II.mayLoad || II.mayStore || II.canFoldAsLoad || in EmitResultInstructionAsOperand()
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 382 bit hasCtrlDep = 0; // Does this instruction r/w ctrl-flow chains? 748 let hasCtrlDep = 1; 755 let hasCtrlDep = 1; 762 let hasCtrlDep = 1; 881 let hasCtrlDep = 1;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstr64Bit.td | 512 let usesCustomInserter = 1, hasCtrlDep = 1, mayLoad = 1, mayStore = 1, 538 let usesCustomInserter = 1, hasCtrlDep = 1, mayLoad = 1, mayStore = 1,
|
/external/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 23 hasCtrlDep = 1, FPForm = SpecialFP, SchedRW = [WriteJumpLd] in {
|
D | X86InstrSystem.td | 26 let isTerminator = 1, isBarrier = 1, hasCtrlDep = 1 in {
|
D | X86InstrCompiler.td | 160 hasCtrlDep = 1, isCodeGenOnly = 1 in { 168 hasCtrlDep = 1, isCodeGenOnly = 1 in {
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 109 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7 in { 275 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7, 281 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7,
|
D | PPCInstrInfo.td | 1000 let hasCtrlDep = 1 in { 1108 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7 in { 1192 let isCall = 1, hasCtrlDep = 1, isCodeGenOnly = 1, PPC970_Unit = 7 in { 1321 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7, 1327 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, PPC970_Unit = 7, 1515 let isTerminator = 1, isBarrier = 1, hasCtrlDep = 1 in
|
/external/llvm/docs/TableGen/ |
D | index.rst | 123 bit hasCtrlDep = 0;
|
D | LangIntro.rst | 537 let isTerminator = 1, isReturn = 1, isBarrier = 1, hasCtrlDep = 1 in
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 984 let hasCtrlDep = 1 in 989 let hasCtrlDep = 1 in
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600Instructions.td | 1159 let isTerminator = 1, isReturn = 1, isBarrier = 1, hasCtrlDep = 1 in {
|
D | SIInstructions.td | 605 let hasCtrlDep = 1;
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 1055 let isReturn=1, isTerminator=1, hasDelaySlot=1, isBarrier=1, hasCtrlDep=1 in 1356 let hasCtrlDep = 1;
|
D | Mips16InstrInfo.td | 1388 let isReturn=1, isTerminator=1, hasDelaySlot=1, isBarrier=1, hasCtrlDep=1,
|
/external/llvm/lib/Target/R600/ |
D | R600Instructions.td | 1543 let isTerminator = 1, isReturn = 1, hasCtrlDep = 1,
|
D | SIInstructions.td | 430 let hasCtrlDep = 1; 481 let hasCtrlDep = 1;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 36 let isReturn = 1, isTerminator = 1, isBarrier = 1, hasCtrlDep = 1 in
|