Home
last modified time | relevance | path

Searched refs:getMappedOp (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCExpandPseudos.cpp46 static unsigned getMappedOp(unsigned PseudoOp) { in getMappedOp() function
69 TII->get(getMappedOp(SI.getOpcode()))) in ExpandStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp287 Optional<Metadata *> getMappedOp(const Metadata *Op) const;
566 Optional<Metadata *> MDNodeMapper::getMappedOp(const Metadata *Op) const { in getMappedOp() function in MDNodeMapper
714 if (Optional<Metadata *> MappedOp = getMappedOp(Old)) in mapNodesInPOT()
774 return *getMappedOp(&FirstN); in mapTopLevelUniquedNode()