Home
last modified time | relevance | path

Searched refs:ProtoName (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp39 : AV(nullptr), ProtoType(nullptr), ProtoName(), InsertedPHIs(NewPHI) {} in SSAUpdater()
51 ProtoName = Name; in Initialize()
151 ProtoName, &BB->front()); in GetValueInMiddleOfBlock()
268 Updater->ProtoName, &BB->front()); in CreateEmptyPHI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp59 ProtoName = Name; in Initialize()
162 ProtoName, &BB->front()); in GetValueInMiddleOfBlock()
281 Updater->ProtoName, &BB->front()); in CreateEmptyPHI()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp59 ProtoName = std::string(Name); in Initialize()
162 ProtoName, &BB->front()); in GetValueInMiddleOfBlock()
276 Updater->ProtoName, &BB->front()); in CreateEmptyPHI()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h50 std::string ProtoName; variable
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h51 std::string ProtoName; variable
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h50 std::string ProtoName; variable
/external/llvm-project/clang/utils/TableGen/
DSveEmitter.cpp926 std::string ProtoName = mangleName(ClassG); in emitIntrinsic() local
931 OS << getTypes()[0].str() << " " << ProtoName << "("; in emitIntrinsic()