Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMBFIWrapper.cpp46 void MBFIWrapper::view(const Twine &Name, bool isSimple) { in view()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h256 bool isSimple() const { return !isAtomic() && !isVolatile(); } isSimple() function
390 bool isSimple() const { return !isAtomic() && !isVolatile(); } isSimple() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h33 bool isSimple() { in isSimple() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.h
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h140 bool isSimple() const { in isSimple() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h113 bool isSimple() const { return Index < FirstNonSimpleIndex; } in isSimple() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h50 bool isSimple() const { return !isAtomic() && !isVolatile(); } isSimple() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h129 bool isSimple() const { isSimple() function
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h386 bool isSimple() const { return getKind() == RK_Simple; } in isSimple() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h205 bool RegionBase<Tr>::isSimple() const { in isSimple() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h266 bool isSimple() const { return LVType == Simple; } isSimple() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1762 bool isSimple() { return Simple; } isSimple() function in __anona8c5d3ef0d11::DeclExtractor
/freebsd-src/contrib/libxo/xohtml/external/
H A Djquery.js5370 isSimple = /^.[^:#\[\.,]*$/, variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp811 static bool isSimple(Instruction *I) { isSimple() function
[all...]