Home
last modified time | relevance | path

Searched defs:UseInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp81 struct UseInfo { struct
84 ConstantRange Range;
87 SmallVector<PassAsArgInfo, 4> Calls;
89 explicit UseInfo(unsigned PointerSize) : Range{PointerSize, false} {} in UseInfo() function
91 void updateRange(ConstantRange R) { Range = Range.unionWith(R); } in updateRange()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp554 struct UseInfo { in postRegallocSplitting() struct
555 Variable *Replacing = nullptr; in postRegallocSplitting()
556 Inst *FirstUse = nullptr; in postRegallocSplitting()
557 Inst *LastDef = nullptr; in postRegallocSplitting()
558 SizeT UseCount = 0; in postRegallocSplitting()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1355 const MCOperandInfo *UseInfo = &UseMCID.OpInfo[UseIdx]; in FoldImmediate() local