Home
last modified time | relevance | path

Searched defs:Direct (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMemoryLocation.h86 enum DirectConstruction { Direct }; enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDBreakCriticalEdges.cpp424 BasicBlock::iterator Direct = DirectSucc->begin(); in SplitIndirectBrCriticalEdges() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeIndex.h83 Direct = 0x00000000, // Not a pointer enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDStackMaps.h265 Direct, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDStackMapParser.h106 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclOpenMP.h163 Direct, // omp_priv(<expr>) enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDCGSCCPassManager.cpp375 int Direct; in run() member
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/CodeGen/
HDCGFunctionInfo.h41 Direct, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Arm64ECCallLowering.cpp52 Direct, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDRegionStore.cpp46 enum Kind { Default = 0x0, Direct = 0x1 }; enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp5166 bool Direct, ArrayRef<FunctionEffect> CalleeFX) const { in shouldDiagnoseFunctionCall()