Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DABIArgInfo.h33 Direct, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp436 BasicBlock::iterator Direct = DirectSucc->begin(); in SplitIndirectBrCriticalEdges() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h84 Direct = 0x00000000, // Not a pointer enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h266 Direct, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 global() enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h163 Direct, // omp_priv(<expr>) enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp382 int Direct; in run() member
H A DInlineCost.cpp443 if (auto *Direct = dyn_cast<T>(V)) in getDirectOrSimplifiedValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp51 Direct, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h41 Direct, enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp46 enum Kind { Default = 0x0, Direct = 0x1 }; enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5452 bool Direct, FunctionEffectKindSet CalleeFX) const { in shouldDiagnoseFunctionCall()