Home
last modified time | relevance | path

Searched refs:DoPHITranslation (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DValue.h292 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
294 const Value *DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function
296 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB); in DoPHITranslation()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h537 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
539 const Value *DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function
541 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB); in DoPHITranslation()
/external/llvm/include/llvm/IR/
DValue.h527 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
529 const Value *DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function
531 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB); in DoPHITranslation()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DValue.h583 const Value *DoPHITranslation(const BasicBlock *CurBB,
585 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) { in DoPHITranslation() function
587 static_cast<const Value *>(this)->DoPHITranslation(CurBB, PredBB)); in DoPHITranslation()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DValue.cpp403 Value *Value::DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function in Value
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp771 RHS = CmpRHS->DoPHITranslation(BB, PredBB); in ComputeValueKnownInPredecessors()
773 LHS = CmpLHS->DoPHITranslation(BB, PredBB); in ComputeValueKnownInPredecessors()
1349 Value *Ptr = LoadedPtr->DoPHITranslation(LoadBB, PredBB); in SimplifyPartiallyRedundantLoad()
1443 new LoadInst(LoadedPtr->DoPHITranslation(LoadBB, UnavailablePred), in SimplifyPartiallyRedundantLoad()
DNewGVN.cpp2793 Op = Op->DoPHITranslation(PHIBlock, PredBB); in makePossiblePHIOfOps()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DValue.cpp706 const Value *Value::DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function in Value
/external/llvm/lib/IR/
DValue.cpp638 Value *Value::DoPHITranslation(const BasicBlock *CurBB, in DoPHITranslation() function in Value
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp669 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
670 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp863 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
864 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB); in FoldOpIntoPhi()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp475 Value *RHS = Cmp->getOperand(1)->DoPHITranslation(BB, PredBB); in ComputeValueKnownInPredecessors()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp956 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB); in foldOpIntoPhi()
957 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB); in foldOpIntoPhi()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp555 Value *RHS = Cmp->getOperand(1)->DoPHITranslation(BB, PredBB); in ComputeValueKnownInPredecessors()