Searched defs:NewPt (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 207 static void appendAndTransferDominatedUses(Instruction *NewPt, in appendAndTransferDominatedUses() 367 bool AArch64PromoteConstant::isDominated(Instruction *NewPt, Instruction *User, in isDominated() 393 bool AArch64PromoteConstant::tryAndMerge(Instruction *NewPt, Instruction *User, in tryAndMerge()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 207 static void appendAndTransferDominatedUses(Instruction *NewPt, in appendAndTransferDominatedUses() 381 bool AArch64PromoteConstant::isDominated(Instruction *NewPt, Instruction *User, in isDominated() 407 bool AArch64PromoteConstant::tryAndMerge(Instruction *NewPt, Instruction *User, in tryAndMerge()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 196 static void appendAndTransferDominatedUses(Instruction *NewPt, in appendAndTransferDominatedUses() 359 bool AArch64PromoteConstant::isDominated(Instruction *NewPt, Instruction *User, in isDominated() 386 bool AArch64PromoteConstant::tryAndMerge(Instruction *NewPt, Instruction *User, in tryAndMerge()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVNHoist.cpp | 385 bool hasMemoryUse(const Instruction *NewPt, MemoryDef *Def, in hasMemoryUse() 445 bool hasEHOrLoadsOnPath(const Instruction *NewPt, MemoryDef *Def, in hasEHOrLoadsOnPath() 518 bool safeToHoistLdSt(const Instruction *NewPt, const Instruction *OldPt, in safeToHoistLdSt()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | GVNHoist.cpp | 634 bool GVNHoist::hasMemoryUse(const Instruction *NewPt, MemoryDef *Def, in hasMemoryUse() 687 bool GVNHoist::hasEHOrLoadsOnPath(const Instruction *NewPt, MemoryDef *Def, in hasEHOrLoadsOnPath() 754 bool GVNHoist::safeToHoistLdSt(const Instruction *NewPt, in safeToHoistLdSt()
|