/third_party/node/deps/v8/src/compiler/ |
H A D | diamond.h | 52 Node* Phi(MachineRepresentation rep, Node* tv, Node* fv) { in Phi() function
|
H A D | common-operator.cc | 1290 const Operator* CommonOperatorBuilder::Phi(MachineRepresentation rep, in Phi() function in v8::internal::compiler::CommonOperatorBuilder
|
H A D | raw-machine-assembler.cc | 840 Node* RawMachineAssembler::Phi(MachineRepresentation rep, int input_count, in Phi() function in v8::internal::compiler::RawMachineAssembler
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IcePhiLoweringImpl.h | 35 auto *Phi = llvm::dyn_cast<InstPhi>(&I); in prelowerPhis32Bit() local [all...] |
H A D | IceCfgNode.cpp | 61 auto &Phi = llvm::cast<InstPhi>(Inst); in replaceInEdge() local 117 auto *Phi in enforcePhiConsistency() local 167 auto *Phi = llvm::dyn_cast<InstPhi>(&I); placePhiLoads() local 259 auto *Phi = llvm::dyn_cast<InstPhi>(&I); placePhiStores() local 343 PhiDesc(InstPhi *Phi, Variable *Dest) PhiDesc() argument 345 InstPhi *Phi = nullptr; global() member in Ice::__anon25463::PhiDesc 455 auto *Phi = llvm::dyn_cast<InstPhi>(&I); advancedPhiLowering() local 683 auto *Phi = llvm::cast<InstPhi>(&I); liveness() local 1341 auto *Phi = llvm::cast<InstPhi>(&Inst); shortCircuit() local [all...] |
H A D | IceCfg.cpp | 232 auto *Phi = llvm::cast<InstPhi>(&Instr); in fixPhiNodes() local
|
H A D | IceInst.h | 60 Phi, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | PartiallyInlineLibCalls.cpp | 59 PHINode *Phi = Builder.CreatePHI(Ty, 2); in optimizeSQRT() local
|
H A D | MergeICmps.cpp | 436 BCECmpChain::BCECmpChain(const std::vector<BasicBlock *> &Blocks, PHINode &Phi, in BCECmpChain() argument 606 mergeComparisons(ArrayRef<BCECmpBlock> Comparisons, BasicBlock *const InsertBefore, BasicBlock *const NextCmpBlock, PHINode &Phi, const TargetLibraryInfo &TLI, AliasAnalysis &AA, DomTreeUpdater &DTU) mergeComparisons() argument 759 getOrderedBlocks(PHINode &Phi, BasicBlock *const LastBlock, int NumBlocks) getOrderedBlocks() argument 794 processPhi(PHINode &Phi, const TargetLibraryInfo &TLI, AliasAnalysis &AA, DomTreeUpdater &DTU) processPhi() argument [all...] |
H A D | StructurizeCFG.cpp | 617 PHINode *Phi = PI.first; in setPhiValues() local 649 PHINode *Phi = InsertedPhis[i]; setPhiValues() local [all...] |
H A D | LoopIdiomRecognize.cpp | 1293 PHINode *Phi = getRecurrenceVar(Inst->getOperand(0), Inst, LoopEntry); in detectPopcountIdiom() local 1418 PHINode *Phi = getRecurrenceVar(Inst->getOperand(0), Inst, LoopEntry); in detectShiftUntilZeroIdiom() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | PhiValues.cpp | 50 void PhiValues::processPhi(const PHINode *Phi, in processPhi() argument [all...] |
H A D | DivergenceAnalysis.cpp | 392 const auto *Phi = dyn_cast<const PHINode>(&I); compute() local [all...] |
H A D | IVDescriptors.cpp | 86 static Instruction *lookThroughAnd(PHINode *Phi, Type *&RT, in lookThroughAnd() argument 189 AddReductionVar(PHINode *Phi, RecurrenceKind Kind, Loop *TheLoop, bool HasFunNoNaNAttr, RecurrenceDescriptor &RedDes, DemandedBits *DB, AssumptionCache *AC, DominatorTree *DT) AddReductionVar() argument 610 isReductionPHI(PHINode *Phi, Loop *TheLoop, RecurrenceDescriptor &RedDes, DemandedBits *DB, AssumptionCache *AC, DominatorTree *DT) isReductionPHI() argument 670 isFirstOrderRecurrence( PHINode *Phi, Loop *TheLoop, DenseMap<Instruction *, Instruction *> &SinkAfter, DominatorTree *DT) isFirstOrderRecurrence() argument 849 isFPInductionPHI(PHINode *Phi, const Loop *TheLoop, ScalarEvolution *SE, InductionDescriptor &D) isFPInductionPHI() argument 1007 isInductionPHI(PHINode *Phi, const Loop *TheLoop, PredicatedScalarEvolution &PSE, InductionDescriptor &D, bool Assume) isInductionPHI() argument 1051 isInductionPHI( PHINode *Phi, const Loop *TheLoop, ScalarEvolution *SE, InductionDescriptor &D, const SCEV *Expr, SmallVectorImpl<Instruction *> *CastsToIgnore) isInductionPHI() argument [all...] |
H A D | MemorySSAUpdater.cpp | 94 MemoryPhi *Phi = dyn_cast_or_null<MemoryPhi>(MSSA->getMemoryAccess(BB)); in getPreviousDefRecursive() local 190 recursePhi(MemoryAccess *Phi) recursePhi() argument 207 tryRemoveTrivialPhi(MemoryPhi *Phi) tryRemoveTrivialPhi() argument 213 tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands) tryRemoveTrivialPhi() argument 445 MemoryPhi *Phi = dyn_cast_or_null<MemoryPhi>(MP); insertDef() local 1247 MemoryPhi *Phi = MSSA->getMemoryAccess(Old); wireOldPredecessorsToNewImmediatePredecessor() local [all...] |
H A D | ScalarEvolutionExpander.cpp | 1096 canBeCheaplyTransformed(ScalarEvolution &SE, const SCEVAddRecExpr *Phi, const SCEVAddRecExpr *Requested, bool &InvertStep) canBeCheaplyTransformed() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 227 PHINode *Phi = Builder.CreatePHI(VecType, 2, "res.phi.else"); in scalarizeMaskedLoad() local 476 PHINode *Phi = Builder.CreatePHI(VecType, 2, "res.phi.else"); in scalarizeMaskedGather() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 111 PHINode *Phi = Builder.CreatePHI(OrigInst->getType(), 0); in createRetPHINode() local [all...] |
H A D | LoopUnrollRuntime.cpp | 810 PHINode *Phi = cast<PHINode>(&II); in UnrollRuntimeLoopRemainder() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIAnnotateControlFlow.cpp | 185 bool SIAnnotateControlFlow::isElse(PHINode *Phi) { in isElse() argument 203 void SIAnnotateControlFlow::eraseIfUnused(PHINode *Phi) { in eraseIfUnused() argument 352 PHINode *Phi = dyn_cast<PHINode>(Term->getCondition()); runOnFunction() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 107 PHINode &Phi = cast<PHINode>(I); in foldGuardedRotateToFunnelShift() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 491 addInductionPhi( PHINode *Phi, const InductionDescriptor &ID, SmallPtrSetImpl<Value *> &AllowedExit) addInductionPhi() argument 881 isFirstOrderRecurrence(const PHINode *Phi) isFirstOrderRecurrence() argument [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | instructions.h | 95 static DefinitionLocation Phi(const Block* block, std::size_t index) { in Phi() function in v8::internal::torque::DefinitionLocation
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 662 Instruction *InstCombiner::FoldPHIArgZextsIntoPHI(PHINode &Phi) { in FoldPHIArgZextsIntoPHI() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 430 MachineInstr *Phi = &*I; in findInductionRegister() local 1387 phiMayWrapOrUnderflow( MachineInstr *Phi, const MachineOperand *EndVal, MachineBasicBlock *MBB, MachineLoop *L, LoopFeederMap &LoopFeederPhi) const phiMayWrapOrUnderflow() argument 1631 MachineInstr *Phi = &*I; fixupInductionVariable() local [all...] |