Home
last modified time | relevance | path

Searched defs:ValueMap (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_base.h49 class ValueMap; variable
Dsfn_value_gpr.h37 class ValueMap; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp92 ValueToValueMapTy &ValueMap, in RewriteUsesOfClonedInstructions()
305 ValueToValueMapTy ValueMap, ValueMapMSSA; in rotateLoop() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h78 DenseMap<const Value *, unsigned> ValueMap; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueMap.h242 friend class ValueMap<KeyT, ValueT, Config>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.h319 using ValueMap = DenseMap<std::pair<unsigned, unsigned>, ValueForcePair>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h63 ValueMapType ValueMap; variable
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.h138 typedef bimap<Location, Value *> ValueMap; typedef
/third_party/boost/libs/graph_parallel/test/
Ddistributed_property_map_test.cpp201 LocalPropertyMap> ValueMap; in bool_test() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp431 DenseMap<Value *, ValueSummary> ValueMap; in populateExternalRelations() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp400 ValueToValueMapTy ValueMap; member in __anonae9ea5f40211::IRLinker
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h326 VectorizerValueMap &ValueMap; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp709 InstrProfSymtab *ValueMap) { in addValueData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1865 DenseMap<Instruction*, Value*> &ValueMap) { in AddPHINodeEntriesForMappedBlock()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp399 typedef map<ValueId, FLOAT_TYPE> ValueMap; typedef in vkt::SpirVAssembly::__anonca04fe4e0111::TypeValues
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp676 using ValueMap = DenseMap<const Value *, unsigned>; typedef in llvm::SlotTracker