Home
last modified time | relevance | path

Searched refs:ValueMapper (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DValueMapper.h141 class ValueMapper {
145 ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags = RF_None,
148 ValueMapper(ValueMapper &&) = delete;
149 ValueMapper(const ValueMapper &) = delete;
150 ValueMapper &operator=(ValueMapper &&) = delete;
151 ValueMapper &operator=(const ValueMapper &) = delete;
152 ~ValueMapper();
210 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
232 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapMetadata(*MD);
240 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapMDNode(*MD);
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTrie2.java386 private static ValueMapper defaultValueMapper = new ValueMapper() {
403 public Iterator<Range> iterator(ValueMapper mapper) { in iterator()
421 public Iterator<Range> iteratorForLeadSurrogate(char lead, ValueMapper mapper) { in iteratorForLeadSurrogate()
461 public interface ValueMapper { interface in Trie2
862 Trie2Iterator(ValueMapper vm) { in Trie2Iterator()
871 Trie2Iterator(char leadSurrogate, ValueMapper vm) { in Trie2Iterator()
991 private ValueMapper mapper;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie2.java383 private static ValueMapper defaultValueMapper = new ValueMapper() {
400 public Iterator<Range> iterator(ValueMapper mapper) { in iterator()
418 public Iterator<Range> iteratorForLeadSurrogate(char lead, ValueMapper mapper) { in iteratorForLeadSurrogate()
457 public interface ValueMapper { interface in Trie2
856 Trie2Iterator(ValueMapper vm) { in Trie2Iterator()
865 Trie2Iterator(char leadSurrogate, ValueMapper vm) { in Trie2Iterator()
985 private ValueMapper mapper;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp1077 ValueMapper::ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags, in ValueMapper() function in ValueMapper
1082 ValueMapper::~ValueMapper() { delete getAsMapper(pImpl); } in ~ValueMapper()
1085 ValueMapper::registerAlternateMappingContext(ValueToValueMapTy &VM, in registerAlternateMappingContext()
1090 void ValueMapper::addFlags(RemapFlags Flags) { in addFlags()
1094 Value *ValueMapper::mapValue(const Value &V) { in mapValue()
1098 Constant *ValueMapper::mapConstant(const Constant &C) { in mapConstant()
1102 Metadata *ValueMapper::mapMetadata(const Metadata &MD) { in mapMetadata()
1106 MDNode *ValueMapper::mapMDNode(const MDNode &N) { in mapMDNode()
1110 void ValueMapper::remapInstruction(Instruction &I) { in remapInstruction()
1114 void ValueMapper::remapFunction(Function &F) { in remapFunction()
[all …]
DCMakeLists.txt64 ValueMapper.cpp
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTrie2Test.java136 Trie2.ValueMapper vm = new Trie2.ValueMapper() { in TestTrie2API()
186 Trie2.ValueMapper m = new Trie2.ValueMapper() { in TestTrie2API()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrie2Test.java133 Trie2.ValueMapper vm = new Trie2.ValueMapper() { in TestTrie2API()
183 Trie2.ValueMapper m = new Trie2.ValueMapper() { in TestTrie2API()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp439 ValueMapper Mapper;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUCharacter.java5091 private static final class MaskType implements Trie2.ValueMapper {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java5697 private static final class MaskType implements Trie2.ValueMapper {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp812 "llvm/lib/Transforms/Utils/ValueMapper.cpp",
DBUILD.gn787 "llvm/lib/Transforms/Utils/ValueMapper.cpp",
DCMakeLists.txt816 ${LLVM_DIR}/lib/Transforms/Utils/ValueMapper.cpp