HomeSort by relevance Sort by last modified time
    Searched refs:findInsertionPoint (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 141 Instruction *findInsertionPoint(Instruction &User, unsigned OpNo);
349 Instruction *AArch64PromoteConstant::findInsertionPoint(Instruction &User,
443 Instruction *InsertionPoint = findInsertionPoint(*User, OpNo);
500 findInsertionPoint(*Use.first, Use.second)) &&
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 152 Instruction *findInsertionPoint(Instruction &User, unsigned OpNo);
357 Instruction *AArch64PromoteConstant::findInsertionPoint(Instruction &User,
450 Instruction *InsertionPoint = findInsertionPoint(*User, OpNo);
507 findInsertionPoint(*Use.first, Use.second)) &&
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 133 // Scratch pad for findInsertionPoint.
145 bool findInsertionPoint();
270 bool SSAIfConv::findInsertionPoint() {
440 if (!findInsertionPoint())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
EarlyIfConversion.cpp 133 // Scratch pad for findInsertionPoint.
145 bool findInsertionPoint();
271 bool SSAIfConv::findInsertionPoint() {
441 if (!findInsertionPoint())

Completed in 386 milliseconds