Searched defs:isBarrier (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
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/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/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp852 bool isBarrier() const { return Kind == k_Barrier; } function in class:__anon25952::AArch64Operand

Completed in 626 milliseconds