Searched refs:isBarrier (Results 1 - 20 of 20) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp53 if (!LastMI->isBarrier() &&
H A DMLxExpansionPass.cpp345 if (MI->isBarrier()) {
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h239 bool isBarrier() const { function in class:llvm::MCInstrDesc
272 return isBranch() & !isBarrier() & !isIndirectBranch();
280 return isBranch() & isBarrier() & !isIndirectBranch();
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h408 /// isBarrier - Returns true if the specified instruction stops control flow
411 bool isBarrier(QueryType Type = AnyInBundle) const {
444 return isBranch(Type) & !isBarrier(Type) & !isIndirectBranch(Type);
452 return isBranch(Type) & isBarrier(Type) & !isIndirectBranch(Type);
H A DScheduleDAG.h187 /// isBarrier - Test if this is an Order dependence that is marked
189 bool isBarrier() const { function in class:llvm::SDep
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h231 bool isBarrier : 1;
H A DInstrInfoEmitter.cpp487 if (Inst.isBarrier) OS << "|(1<<MCID::Barrier)";
H A DCodeGenInstruction.cpp304 isBarrier = R->getValueAsBit("isBarrier");
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp165 if (MI->isBranch() && !MI->isBarrier())
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp45 if (!SU->Preds[i].isNormalMemory() && !SU->Preds[i].isBarrier())
H A DPPCInstrInfo.cpp1099 if (MI->isBranch() && !MI->isBarrier())
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp580 if (!MBB->empty() && MBB->back().isBarrier() &&
601 } else if (!MBB->back().isBarrier()) {
632 } else if (MBB->back().isBarrier()) {
660 } else if (!MBB->back().isBarrier()) {
H A DBranchFolding.cpp568 !MBB1->back().isBarrier() &&
569 !MBB2->back().isBarrier())
H A DTargetInstrInfo.cpp206 if (MI->isBranch() && !MI->isBarrier())
H A DMachineBasicBlock.cpp655 return empty() || !back().isBarrier() || TII->isPredicated(&back());
H A DScheduleDAGInstrs.cpp217 (ExitMI->isCall() || ExitMI->isBarrier());
/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1052 (MCIDJ.isBranch() || MCIDJ.isCall() || MCIDJ.isBarrier())) {
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp434 return !I->isBarrier();
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp852 bool isBarrier() const { return Kind == k_Barrier; } function in class:__anon25952::AArch64Operand
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2750 if (MI->isBranch() && !MI->isBarrier())

Completed in 360 milliseconds