HomeSort by relevance Sort by last modified time
    Searched defs:isBarrier (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 187 /// isBarrier - Test if this is an Order dependence that is marked
189 bool isBarrier() const {
196 return (isNormalMemory() || isBarrier());
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 243 bool isBarrier() const {
276 return isBranch() & !isBarrier() & !isIndirectBranch();
284 return isBranch() & isBarrier() & !isIndirectBranch();
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 849 bool isBarrier() const { return Kind == k_Barrier; }
    [all...]

Completed in 70 milliseconds