Home
last modified time | relevance | path

Searched defs:PHI (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp244 MachineInstrBuilder PHI = in propagateVRegs() local
H A DMachineSSAUpdater.cpp254 MachineInstr *PHI; global() member in llvm::SSAUpdaterTraits::PHI_iterator
274 PHI_begin(PhiT *PHI) PHI_begin() argument
276 PHI_end(PhiT *PHI) PHI_end() argument
306 MachineInstr *PHI = InsertNewDef(TargetOpcode::PHI, BB, Loc, CreateEmptyPHI() local
314 AddPHIOperand(MachineInstr *PHI, unsigned Val, MachineBasicBlock *Pred) AddPHIOperand() argument
335 MachineInstr *PHI = ValueIsPHI(Val, Updater); ValueIsNewPHI() local
343 GetPHIValue(MachineInstr *PHI) GetPHIValue() argument
[all...]
H A DEarlyIfConversion.cpp112 MachineInstr *PHI; member
[all...]
H A DPeepholeOptimizer.cpp1565 optimizeRecurrence(MachineInstr &PHI) optimizeRecurrence() argument
[all...]
H A DCodeGenPrepare.cpp3393 MatchPhiNode(PHINode *PHI, PHINode *Candidate, SmallSetVector<PHIPair, 8> &Matcher, PhiNodeSet &PhiNodesToMatch) MatchPhiNode() argument
3455 PHINode *PHI = *PhiNodesToMatch.begin(); MatchPhiSet() local
3512 auto *PHI = cast<PHINode>(V); FillPlaceholders() local
3561 PHINode *PHI = InsertPlaceholders() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h347 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater); FindAvailableVals() local
366 PhiT *PHI = Traits::ValueIsNewPHI(Info->AvailableVal, Updater); FindAvailableVals() local
404 CheckIfPHIMatches(PhiT *PHI) CheckIfPHIMatches() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp137 PHINode *PHI = dyn_cast<PHINode>(BB->begin()); in FlattenParallelAndOr() local
H A DSSAUpdater.cpp78 static bool IsEquivalentPHI(PHINode *PHI, in IsEquivalentPHI() argument
233 PHINode *PHI; global() member in llvm::SSAUpdaterTraits::PHI_iterator
250 PHI_begin(PhiT *PHI) PHI_begin() argument
251 PHI_end(PhiT *PHI) PHI_end() argument
280 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds, CreateEmptyPHI() local
287 AddPHIOperand(PHINode *PHI, Value *Val, BasicBlock *Pred) AddPHIOperand() argument
305 PHINode *PHI = ValueIsPHI(Val, Updater); ValueIsNewPHI() local
313 GetPHIValue(PHINode *PHI) GetPHIValue() argument
[all...]
H A DPredicateInfo.cpp165 auto *PHI = cast<PHINode>(VD.U->getUser()); in getBlockEdge() local
H A DInlineFunction.cpp121 PHINode *PHI = cast<PHINode>(I); in LandingPadInliningInfo() local
655 PHINode *PHI = dyn_cast<PHINode>(&I); HandleInlinedEHPad() local
2334 PHINode *PHI = nullptr; InlineFunction() local
[all...]
H A DSimplifyCFG.cpp2924 PHINode *PHI = nullptr; ensureValueAvailableInSuccessor() local
4827 InitializeUniqueCases(SwitchInst *SI, PHINode *&PHI, BasicBlock *&CommonDest, SwitchCaseResultVectorTy &UniqueResults, Constant *&DefaultResult, const DataLayout &DL, const TargetTransformInfo &TTI, uintptr_t MaxUniqueResults, uintptr_t MaxCasesPerResult) InitializeUniqueCases() argument
4921 RemoveSwitchAfterSelectConversion(SwitchInst *SI, PHINode *PHI, Value *SelectValue, IRBuilder<> &Builder) RemoveSwitchAfterSelectConversion() argument
4949 PHINode *PHI = nullptr; switchToSelect() local
5406 PHINode *PHI = I.first; SwitchToLookupTable() local
5441 PHINode *PHI = I.first; SwitchToLookupTable() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp584 PHINode *const PHI = B.CreatePHI(Ty, 2); in optimizeAtomic() local
647 PHINode *const PHI = B.CreatePHI(Ty, 2); in optimizeAtomic() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp474 PHINode *PHI = cast<PHINode>(I); in cloneInstructionWithNewAddressSpace() local
H A DLoopUnrollPass.cpp481 auto *PHI = dyn_cast<PHINode>(&I); in analyzeLoopUnrollCost() local
[all...]
H A DScalarizer.cpp761 bool ScalarizerVisitor::visitPHINode(PHINode &PHI) { in visitPHINode() argument
[all...]
H A DIndVarSimplify.cpp240 PHINode *PHI = dyn_cast<PHINode>(User); in getInsertPointForUses() local
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dmdf.c151 spx_word32_t *PHI; /* scratch */ member
/third_party/pulseaudio/speex/tmv/
H A Dmdf_tm.h486 register spx_word32_t * restrict PHI = st->PHI; in mdf_compute_weight_gradient() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp990 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitPHINode(PHINode &PHI) { in visitPHINode() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp602 auto *PHI = dyn_cast<PHINode>(Use); in canRewriteGEPAsOffset() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2924 PHINode *PHI = IRB.CreatePHI(IntptrTy, 2); in createPHI() local

Completed in 49 milliseconds