Home
last modified time | relevance | path

Searched refs:computeInsertionPoint (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp180 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/
DAArch64PromoteConstant.cpp191 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/
DAArch64PromoteConstant.cpp191 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/
DExtractVariable.cpp65 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