Searched refs:computeInsertionPoint (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 180 void computeInsertionPoint(Instruction *User, unsigned OpNo, 437 void AArch64PromoteConstant::computeInsertionPoint( in computeInsertionPoint() function in AArch64PromoteConstant 524 computeInsertionPoint(U->User, U->Op, InsertPts); in promoteConstants()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 191 void computeInsertionPoint(Instruction *User, unsigned OpNo, 444 void AArch64PromoteConstant::computeInsertionPoint( in computeInsertionPoint() function in AArch64PromoteConstant 532 computeInsertionPoint(U->User, U->Op, InsertPts); in promoteConstants()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 191 void computeInsertionPoint(Instruction *User, unsigned OpNo, 458 void AArch64PromoteConstant::computeInsertionPoint( in computeInsertionPoint() function in AArch64PromoteConstant 546 computeInsertionPoint(U->User, U->Op, InsertPts); in promoteConstants()
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | ExtractVariable.cpp | 65 const clang::Stmt *computeInsertionPoint() const; 92 InsertionPoint = computeInsertionPoint(); in ExtractionContext() 119 const clang::Stmt *ExtractionContext::computeInsertionPoint() const { in computeInsertionPoint() function in clang::clangd::__anon462339cf0111::ExtractionContext
|