Home
last modified time | relevance | path

Searched defs:isPredicate (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h80 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h82 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h93 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } in isPredicate() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h343 bool isPredicate() const { return OpKind == MO_Predicate; } in isPredicate() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp698 bool HexagonEarlyIfConversion::isPredicate(unsigned R) const { in isPredicate() function in HexagonEarlyIfConversion
/external/libxml2/
Dxpath.c13988 int isPredicate) in xmlXPathCompOpEvalToBoolean()