Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMBFIWrapper.cpp46 void MBFIWrapper::view(const Twine &Name, bool isSimple) { in view()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstructions.h245 bool isSimple() const { return !isAtomic() && !isVolatile(); } in isSimple() function
366 bool isSimple() const { return !isAtomic() && !isVolatile(); } in isSimple() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDDOTGraphTraits.h33 bool isSimple() { in isSimple() function
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDInfoByHwMode.h135 bool isSimple() const { in isSimple() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDFloatingPointMode.h140 bool isSimple() const { in isSimple() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeIndex.h113 bool isSimple() const { return Index < FirstNonSimpleIndex; } in isSimple() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/SandboxIR/
HDSandboxIR.h649 bool isSimple() const { return cast<llvm::LoadInst>(Val)->isSimple(); } in isSimple() function
685 bool isSimple() const { return cast<llvm::StoreInst>(Val)->isSimple(); } in isSimple() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDValueTypes.h136 bool isSimple() const { in isSimple() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprConcepts.h386 bool isSimple() const { return getKind() == RK_Simple; } in isSimple() function
HDStmt.h3138 bool isSimple() const { return IsSimple; } in isSimple() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDRegionInfoImpl.h205 bool RegionBase<Tr>::isSimple() const { in isSimple() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDGenericMachineInstrs.h63 bool isSimple() const { return !isAtomic() && !isVolatile(); } in isSimple() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp1785 bool isSimple() { return Simple; } in isSimple() function in __anon8bd4a6b70d11::DeclExtractor
/freebsd-14-stable/contrib/libxo/xohtml/external/
HDjquery.js5370 isSimple = /^.[^:#\[\.,]*$/, variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp957 static bool isSimple(Instruction *I) { in isSimple() function