Searched refs:TypeMapper (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/llvm/lib/Transforms/Utils/ |
| HD | ValueMapper.cpp | 28 ValueMapTypeRemapper *TypeMapper, in MapValue() argument 49 if (TypeMapper) { in MapValue() 50 NewTy = cast<FunctionType>(TypeMapper->remapType(NewTy)); in MapValue() 75 Value *Mapped_OP = MapValue(OP, VM, Flags, TypeMapper, Materializer); in MapValue() 90 Value *Mapped_Op = MapValue(Op, VM, Flags, TypeMapper, Materializer); in MapValue() 120 cast<Function>(MapValue(BA->getFunction(), VM, Flags, TypeMapper, Materializer)); in MapValue() 122 Flags, TypeMapper, Materializer)); in MapValue() 132 Mapped = MapValue(Op, VM, Flags, TypeMapper, Materializer); in MapValue() 138 if (TypeMapper) in MapValue() 139 NewTy = TypeMapper->remapType(NewTy); in MapValue() [all …]
|
| HD | CloneFunction.cpp | 81 ValueMapTypeRemapper *TypeMapper, in CloneFunctionInto() argument 151 TypeMapper, Materializer); in CloneFunctionInto()
|
| /trueos/contrib/llvm/include/llvm/Transforms/Utils/ |
| HD | ValueMapper.h | 71 ValueMapTypeRemapper *TypeMapper = 0, 76 ValueMapTypeRemapper *TypeMapper = 0, 83 ValueMapTypeRemapper *TypeMapper = 0, 85 return cast<MDNode>(MapValue((const Value*)V, VM, Flags, TypeMapper, 90 ValueMapTypeRemapper *TypeMapper = 0, 92 return cast<Constant>(MapValue((const Value*)V, VM, Flags, TypeMapper,
|
| HD | Cloning.h | 134 ValueMapTypeRemapper *TypeMapper = 0,
|