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
196 return (isNormalMemory() || isBarrier());
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h219 bool isBarrier() const { return Flags & (1 << MCID::Barrier); } function in class:llvm::MCInstrDesc
244 return isBranch() & !isBarrier() & !isIndirectBranch();
252 return isBranch() & isBarrier() & !isIndirectBranch();
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp900 bool isBarrier() const { return Kind == k_Barrier; } function in class:__anon12455::AArch64Operand

Completed in 102 milliseconds