Searched defs:ValueMapping (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | RegisterBankInfo.h | 144 struct ValueMapping { struct 153 ValueMapping() : ValueMapping(nullptr, 0) {} in ValueMapping() function 158 ValueMapping(const PartialMapping *BreakDown, unsigned NumBreakDowns) in ValueMapping() argument 169 /// Check if this ValueMapping is valid. argument 170 bool isValid() const { return BreakDown && NumBreakDowns; } in isValid()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 79 SmallDenseMap<BasicBlock *, Value *, 8> &ValueMapping) { in IsEquivalentPHI() 152 SmallDenseMap<BasicBlock *, Value *, 8> ValueMapping(PredValues.begin(), in GetValueInMiddleOfBlock() local
|
D | CloneFunction.cpp | 837 ValueToValueMapTy &ValueMapping, DomTreeUpdater &DTU) { in DuplicateInstructionsInSplitBetween()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 1936 DenseMap<Instruction *, Value *> &ValueMapping) { in UpdateSSA() 1986 DenseMap<Instruction *, Value *> ValueMapping; in CloneInstructions() local 2100 DenseMap<Instruction *, Value *> ValueMapping = in ThreadEdge() local 2359 DenseMap<Instruction*, Value*> ValueMapping; in DuplicateCondBranchOnPHIIntoPred() local
|