Home
last modified time | relevance | path

Searched refs:hasDelaySlot (Results 1 – 25 of 67) sorted by relevance

123

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeDelaySlotFiller.cpp187 return (brdesc.hasDelaySlot()); in isDelayFiller()
215 if (desc.hasDelaySlot() || desc.isBranch() || isDelayFiller(MBB,I) || in findDelayInstr()
235 if (I->getDesc().hasDelaySlot()) { in runOnMachineBasicBlock()
DMBlazeInstrInfo.td515 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 {
546 let isCall =1, hasDelaySlot = 1,
553 let isCall = 1, hasDelaySlot = 1,
560 let isReturn=1, isTerminator=1, hasDelaySlot=1, isBarrier=1,
568 let isReturn=1, isTerminator=1, hasDelaySlot=1, isBarrier=1,
576 let isReturn=1, isTerminator=1, hasDelaySlot=1, isBarrier=1,
584 let isReturn=1, isTerminator=1, hasDelaySlot=1, isBarrier=1,
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DDelaySlotFiller.cpp103 if (I->getDesc().hasDelaySlot()) { in runOnMachineBasicBlock()
173 || I->getDesc().hasDelaySlot() in findDelayInstr()
302 return prevdesc.hasDelaySlot(); in isDelayFiller()
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.td129 let isBranch = 1, isTerminator = 1, hasDelaySlot=0 in {
385 let isBranch = 1, isTerminator = 1, hasDelaySlot=0, isBarrier = 1 in {
390 let isCall=1, hasDelaySlot=0, Uses = [R11],
433 let isReturn = 1, isTerminator = 1, hasDelaySlot=0, isBarrier = 1,
/external/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp137 if (!MI->hasDelaySlot()) in runOnMachineBasicBlock()
217 I->hasDelaySlot() || I->isBundledWithSucc()) in findDelayInstr()
DSparcInstrInfo.td772 let hasDelaySlot = 1;
780 let isBranch = 1, isTerminator = 1, hasDelaySlot = 1 in {
810 } // let isBranch = 1, isTerminator = 1, hasDelaySlot = 1
814 let isTerminator = 1, isBarrier = 1, hasDelaySlot = 1, isBranch =1,
839 let isBranch = 1, isTerminator = 1, hasDelaySlot = 1 in {
864 } // let isBranch = 1, isTerminator = 1, hasDelaySlot = 1
878 let isBranch = 1, isTerminator = 1, hasDelaySlot = 1 in {
888 } // let isBranch = 1, isTerminator = 1, hasDelaySlot = 1
899 hasDelaySlot = 1, isCall = 1 in {
927 let isTerminator = 1, hasDelaySlot = 1, isBarrier = 1,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp135 if (!MI->hasDelaySlot()) in runOnMachineBasicBlock()
215 I->hasDelaySlot() || I->isBundledWithSucc()) in findDelayInstr()
DSparcInstrInfo.td776 let hasDelaySlot = 1;
784 let isBranch = 1, isTerminator = 1, hasDelaySlot = 1 in {
814 } // let isBranch = 1, isTerminator = 1, hasDelaySlot = 1
818 let isTerminator = 1, isBarrier = 1, hasDelaySlot = 1, isBranch =1,
843 let isBranch = 1, isTerminator = 1, hasDelaySlot = 1 in {
868 } // let isBranch = 1, isTerminator = 1, hasDelaySlot = 1
882 let isBranch = 1, isTerminator = 1, hasDelaySlot = 1 in {
892 } // let isBranch = 1, isTerminator = 1, hasDelaySlot = 1
903 hasDelaySlot = 1, isCall = 1 in {
931 let isTerminator = 1, hasDelaySlot = 1, isBarrier = 1,
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h387 bool hasDelaySlot() const { in hasDelaySlot() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips32r6InstrInfo.td369 bit hasDelaySlot = 0;
421 bit hasDelaySlot = 1;
455 bit hasDelaySlot = 1;
466 bit hasDelaySlot = 1;
484 bit hasDelaySlot = 0;
507 bit hasDelaySlot = 1;
1095 let isCall = 1, isTerminator = 1, isReturn = 1, isBarrier = 1, hasDelaySlot = 1,
1109 let hasDelaySlot = 1;
DMipsInstrInfo.td1524 let hasDelaySlot = 1;
1534 let hasDelaySlot = 1;
1547 let hasDelaySlot = 1;
1557 let hasDelaySlot = 1;
1583 let hasDelaySlot = 1;
1596 let hasDelaySlot = 1;
1603 let isTerminator=1, isBarrier=1, hasDelaySlot = 1, isCTI = 1 in
1616 let isCall=1, hasDelaySlot=1, isCTI=1, Defs = [RA] in {
1636 let hasDelaySlot = 1;
1641 let isCall = 1, isTerminator = 1, isReturn = 1, isBarrier = 1, hasDelaySlot = 1,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2InstrInfo.td108 let isReturn=1, isTerminator=1, hasDelaySlot=1, isBarrier=1, hasCtrlDep=1 in
/external/llvm/include/llvm/MC/
DMCInstrDesc.h286 bool hasDelaySlot() const { return Flags & (1 << MCID::DelaySlot); } in hasDelaySlot() function
/external/llvm/lib/Target/Mips/
DMips32r6InstrInfo.td330 bit hasDelaySlot = 0;
382 bit hasDelaySlot = 1;
416 bit hasDelaySlot = 1;
427 bit hasDelaySlot = 1;
444 bit hasDelaySlot = 0;
467 bit hasDelaySlot = 1;
DMicroMipsInstrInfo.td191 let hasDelaySlot = 0;
432 let hasDelaySlot = 1;
440 let hasDelaySlot = 1;
460 let hasDelaySlot = 1;
485 let hasDelaySlot = 1;
490 let isCall = 1, hasDelaySlot = 1, Defs = [RA] in {
589 let hasDelaySlot = 1;
DMipsInstrInfo.td1256 let hasDelaySlot = DelaySlot;
1269 let hasDelaySlot = DelaySlot;
1295 let hasDelaySlot = 1;
1308 let hasDelaySlot = 1;
1315 let isTerminator=1, isBarrier=1, hasDelaySlot = 1, isCTI = 1 in
1328 let isCall=1, hasDelaySlot=1, isCTI=1, Defs = [RA] in {
1348 let hasDelaySlot = DelaySlot;
1353 let isCall = 1, isTerminator = 1, isReturn = 1, isBarrier = 1, hasDelaySlot = 1,
1371 let hasDelaySlot = 1;
1603 let hasDelaySlot=1 in
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInstrDocsEmitter.cpp123 FLAG(hasDelaySlot) in EmitInstrDocs()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsDelaySlotFiller.cpp99 if (I->getDesc().hasDelaySlot()) { in runOnMachineBasicBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h328 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); } in hasDelaySlot() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h234 bool hasDelaySlot; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiDelaySlotFiller.cpp98 if (I->getDesc().hasDelaySlot()) { in runOnMachineBasicBlock()
DLanaiInstrInfo.td679 let isBranch = 1, isBarrier = 1, isTerminator = 1, hasDelaySlot = 1 in {
726 let isCall = 1, hasDelaySlot = 1, isCodeGenOnly = 1, Uses = [SP],
732 let isReturn = 1, isTerminator = 1, hasDelaySlot = 1, isBarrier = 1,
787 let isBranch = 1, isBarrier = 1, isTerminator = 1, hasDelaySlot = 1,
807 let isBranch = 1, isBarrier = 1, isTerminator = 1, hasDelaySlot = 1, Rs1 = 0,
/external/llvm/lib/Target/Lanai/
DLanaiDelaySlotFiller.cpp98 if (I->getDesc().hasDelaySlot()) { in runOnMachineBasicBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFInstrInfo.td175 let isBranch = 1, isTerminator = 1, hasDelaySlot=0 in {
433 let isBranch = 1, isTerminator = 1, hasDelaySlot=0, isBarrier = 1 in {
438 let isCall=1, hasDelaySlot=0, Uses = [R11],
470 let isReturn = 1, isTerminator = 1, hasDelaySlot=0, isBarrier = 1,
/external/llvm/utils/TableGen/
DCodeGenInstruction.h243 bool hasDelaySlot : 1; variable

123