Searched defs:isSimple (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtViz.cpp32 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp28 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
H A DMachineBlockFrequencyInfo.cpp224 ViewGraph(const_cast<MachineBlockFrequencyInfo *>(this), Name, isSimple); local
H A DBranchFolding.cpp531 void BranchFolder::MBFIWrapper::view(const Twine &Name, bool isSimple) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDOTGraphTraits.h33 bool isSimple() { function in struct:llvm::DefaultDOTGraphTraits
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h56 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
H A DRegionInfoImpl.h225 bool RegionBase<Tr>::isSimple() const { function in class:llvm::RegionBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPrinter.cpp41 DOTGraphTraits (bool isSimple=false) argument
H A DDomPrinter.cpp31 DOTGraphTraits (bool isSimple=false) argument
54 DOTGraphTraits (bool isSimple=false) argument
70 DOTGraphTraits (bool isSimple=false) argument
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.h102 bool isSimple() const { function in struct:llvm::InfoByHwMode
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp33 explicit DOTGraphTraits(bool isSimple=false) : argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h126 bool isSimple() const { function in struct:llvm::EVT
[all...]
H A DSelectionDAGNodes.h1360 bool isSimple() const { return !isAtomic() && !isVolatile(); } function in class:llvm::MemSDNode
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h112 bool isSimple() const { return Index < FirstNonSimpleIndex; } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h359 bool isSimple() const { return getKind() == RK_Simple; } function in class:clang::concepts::ExprRequirement
H A DStmt.h2767 bool isSimple() const { return IsSimple; } function in class:clang::AsmStmt
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h377 bool isSimple() const { function in class:clang::ento::RetainSummary
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h252 bool isSimple() const { return LVType == Simple; } function in class:clang::CodeGen::LValue
H A DMicrosoftCXXABI.cpp1094 bool isSimple = !isAArch64 || !hasMicrosoftABIRestrictions(RD); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp511 static bool isSimple(Instruction *I) { function
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h287 bool isSimple() const { return !isAtomic() && !isVolatile(); } function in class:llvm::LoadInst
418 bool isSimple() const { return !isAtomic() && !isVolatile(); } function in class:llvm::StoreInst
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1383 bool isSimple() { return Simple; } function in class:__anon668::DeclExtractor

Completed in 514 milliseconds