Searched refs:Direct (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h80 enum DirectConstruction { Direct }; enumerator in enum:llvm::LocationSize::DirectConstruction
108 return LocationSize(Value | ImpreciseBit, Direct);
117 return LocationSize(Unknown, Direct);
122 return LocationSize(MapTombstone, Direct);
125 return LocationSize(MapEmpty, Direct);
H A DCGSCCPassManager.h597 int Direct; member in struct:llvm::DevirtSCCRepeatedPass::CallCount
616 ++Count.Direct;
696 CallCountOld.Direct < CallCountNew.Direct) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp258 const Expr *LV, DerefKind AK, llvm::function_ref<bool(PrimType)> Direct,
266 return dereferenceParam(LV, *T, PD, AK, Direct, Indirect);
268 return dereferenceVar(LV, *T, VD, AK, Direct, Indirect);
284 llvm::function_ref<bool(PrimType)> Direct,
294 if (!Direct(T))
303 if (!Direct(T))
326 llvm::function_ref<bool(PrimType)> Direct,
338 if (!Direct(T))
347 if (!Direct(T))
361 if (!Direct(
[all...]
H A DByteCodeExprGen.h173 /// Direct method generates a value which is written. Returns pointer.
175 /// Direct method receives the value, pushes mutated value. Returns pointer.
183 llvm::function_ref<bool(PrimType)> Direct,
187 llvm::function_ref<bool(PrimType)> Direct,
190 DerefKind AK, llvm::function_ref<bool(PrimType)> Direct,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp82 if (TI.getSimpleMode() == SimpleTypeMode::Direct)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h52 case StackMapParserT::LocationKind::Direct:
53 OS << "Direct R#" << Loc.getDwarfRegNum() << " + " << Loc.getOffset();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h35 /// Direct - Pass the argument directly using the normal converted LLVM
41 Direct,
73 KindFirst = Direct,
113 ABIArgInfo(Kind K = Direct) argument
122 auto AI = ABIArgInfo(Direct);
257 bool isDirect() const { return TheKind == Direct; }
269 // Direct/Extend accessors
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp451 // (a) Remove the edge coming from IBRPred from the "Direct" PHI
456 BasicBlock::iterator Direct = DirectSucc->begin(); local
463 PHINode *DirPHI = cast<PHINode>(Direct);
469 Direct++;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp23 assert(TI.getSimpleMode() != SimpleTypeMode::Direct);
H A DNativeTypeEnum.cpp188 Underlying.getSimpleMode() != SimpleTypeMode::Direct) {
H A DSymbolCache.cpp105 if (Index.getSimpleMode() != codeview::SimpleTypeMode::Direct)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 member in class:llvm::StackMapParser::LocationKind
142 /// Get the offset for this location. (Kind must be Direct or Indirect).
144 assert((getKind() == LocationKind::Direct ||
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h228 Direct, enumerator in enum:llvm::StackMaps::Location::LocationType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp118 Locs.emplace_back(StackMaps::Location::Direct, Size,
199 case Location::Direct:
200 OS << "Direct ";
471 /// uint8 : Register | Direct | Indirect | Constant | ConstantIndex
488 /// 0x2, Direct, Reg + Offset (frame index)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h82 Direct = 0x00000000, // Not a pointer member in class:llvm::codeview::SimpleTypeMode
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp46 enum Kind { Default = 0x0, Direct = 0x1 }; enumerator in enum:__anon2361::BindingKey::Kind
72 bool isDirect() const { return P.getInt() & Direct; }
126 Out << "\"kind\": \"" << (K.isDirect() ? "Direct" : "Default")
212 return removeBinding(R, BindingKey::Direct).
267 return Optional<SVal>::create(lookup(R, BindingKey::Direct));
1245 B = B.addBinding(baseR, BindingKey::Direct, V);
1513 const SVal *V = B.lookup(R, BindingKey::Direct);
2159 return NewB.addBinding(BindingKey::Make(R, BindingKey::Direct), V);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1462 case ABIArgInfo::Direct: {
1566 case ABIArgInfo::Direct:
1642 case ABIArgInfo::Direct: {
2085 case ABIArgInfo::Direct:
2173 case ABIArgInfo::Direct:
2475 case ABIArgInfo::Direct: {
3195 case ABIArgInfo::Direct:
4511 case ABIArgInfo::Direct: {
5035 case ABIArgInfo::Direct: {
H A DTargetInfo.cpp239 case Direct:
240 OS << "Direct Type=";
1994 case ABIArgInfo::Direct:
9379 case ABIArgInfo::Direct: {
9745 case ABIArgInfo::Direct:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp835 case SimpleTypeMode::Direct:
H A DPdbAstBuilder.cpp701 if (ti.getSimpleMode() != SimpleTypeMode::Direct) {
H A DSymbolFileNativePDB.cpp498 if (ti.getSimpleMode() != SimpleTypeMode::Direct) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1729 PointeeTI.getSimpleMode() == SimpleTypeMode::Direct &&
2132 /// Direct members.
2134 // Direct overloaded methods gathered by name.

Completed in 472 milliseconds