Home
last modified time | relevance | path

Searched defs:isSimple (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMBFIWrapper.cpp55 void MBFIWrapper::view(const Twine &Name, bool isSimple) { in view()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h258 bool isSimple() const { return !isAtomic() && !isVolatile(); } in isSimple() function
390 bool isSimple() const { return !isAtomic() && !isVolatile(); } in isSimple() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDOTGraphTraits.h33 bool isSimple() { in isSimple() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFloatingPointMode.h123 bool isSimple() const { in isSimple() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInfoByHwMode.h101 bool isSimple() const { in isSimple() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h112 bool isSimple() const { return Index < FirstNonSimpleIndex; } in isSimple() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprConcepts.h364 bool isSimple() const { return getKind() == RK_Simple; } in isSimple() function
H A DStmt.h2847 bool isSimple() const { return IsSimple; } in isSimple() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h124 bool isSimple() const { in isSimple() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h225 bool RegionBase<Tr>::isSimple() const { in isSimple() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h253 bool isSimple() const { return LVType == Simple; } in isSimple() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1714 bool isSimple() { return Simple; } in isSimple() function in __anon895218280d11::DeclExtractor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp524 static bool isSimple(Instruction *I) { in isSimple() function