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 {
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 239 bool isBarrier() const {
272 return isBranch() & !isBarrier() & !isIndirectBranch();
280 return isBranch() & isBarrier() & !isIndirectBranch();
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 852 bool isBarrier() const { return Kind == k_Barrier; }
    [all...]

Completed in 127 milliseconds