Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMBFIWrapper.cpp56 void MBFIWrapper::view(const Twine &Name, bool isSimple) { in view()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h259 bool isSimple() const { return !isAtomic() && !isVolatile(); } in isSimple() function
390 bool isSimple() const { return !isAtomic() && !isVolatile(); } in isSimple() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h33 bool isSimple() { in isSimple() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h53 bool isSimple() const { return !isAtomic() && !isVolatile(); } in isSimple() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h123 bool isSimple() const { in isSimple() function
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.h101 bool isSimple() const { in isSimple() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h112 bool isSimple() const { return Index < FirstNonSimpleIndex; } in isSimple() function
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h130 bool isSimple() const { in isSimple() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h225 bool RegionBase<Tr>::isSimple() const { in isSimple() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h253 bool isSimple() const { return LVType == Simple; } in isSimple() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1715 bool isSimple() { return Simple; } in isSimple() function in __anon5649fb510d11::DeclExtractor
/freebsd-13.1/contrib/libxo/xohtml/external/
H A Djquery.js5370 isSimple = /^.[^:#\[\.,]*$/, variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp528 static bool isSimple(Instruction *I) { in isSimple() function