Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DMBFIWrapper.cpp46 void MBFIWrapper::view(const Twine &Name, bool isSimple) { in view()
/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h245 bool isSimple() const { return !isAtomic() && !isVolatile(); } isSimple() function
366 bool isSimple() const { return !isAtomic() && !isVolatile(); } isSimple() function
/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h33 bool isSimple() { in isSimple() function
/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.h135 bool isSimple() const { in isSimple() function
/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h140 bool isSimple() const { in isSimple() function
/llvm-project/polly/include/polly/Support/
H A DScopHelper.h267 bool isSimple() const { isSimple() function
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h113 bool isSimple() const { return Index < FirstNonSimpleIndex; } in isSimple() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h136 bool isSimple() const { isSimple() function
[all...]
/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h386 bool isSimple() const { return getKind() == RK_Simple; } in isSimple() function
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h63 bool isSimple() const { return !isAtomic() && !isVolatile(); } in isSimple() function
/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h205 bool RegionBase<Tr>::isSimple() const { in isSimple() function
/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunction.h1287 bool isSimple() const { return IsSimple; } isSimple() function
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1785 bool isSimple() { return Simple; } isSimple() function in __anon86ccc4100d11::DeclExtractor
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp935 static bool isSimple(Instruction *I) { isSimple() function
[all...]