Home
last modified time | relevance | path

Searched defs:Phi (Results 1 - 25 of 43) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
H A Ddiamond.h52 Node* Phi(MachineRepresentation rep, Node* tv, Node* fv) { in Phi() function
H A Dcommon-operator.cc1290 const Operator* CommonOperatorBuilder::Phi(MachineRepresentation rep, in Phi() function in v8::internal::compiler::CommonOperatorBuilder
H A Draw-machine-assembler.cc840 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 DIcePhiLoweringImpl.h35 auto *Phi = llvm::dyn_cast<InstPhi>(&I); in prelowerPhis32Bit() local
[all...]
H A DIceCfgNode.cpp61 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 DIceCfg.cpp232 auto *Phi = llvm::cast<InstPhi>(&Instr); in fixPhiNodes() local
H A DIceInst.h60 Phi, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp59 PHINode *Phi = Builder.CreatePHI(Ty, 2); in optimizeSQRT() local
H A DMergeICmps.cpp436 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 DStructurizeCFG.cpp617 PHINode *Phi = PI.first; in setPhiValues() local
649 PHINode *Phi = InsertedPhis[i]; setPhiValues() local
[all...]
H A DLoopIdiomRecognize.cpp1293 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 DPhiValues.cpp50 void PhiValues::processPhi(const PHINode *Phi, in processPhi() argument
[all...]
H A DDivergenceAnalysis.cpp392 const auto *Phi = dyn_cast<const PHINode>(&I); compute() local
[all...]
H A DIVDescriptors.cpp86 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 DMemorySSAUpdater.cpp94 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 DScalarEvolutionExpander.cpp1096 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 DScalarizeMaskedMemIntrin.cpp227 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 DCallPromotionUtils.cpp111 PHINode *Phi = Builder.CreatePHI(OrigInst->getType(), 0); in createRetPHINode() local
[all...]
H A DLoopUnrollRuntime.cpp810 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 DSIAnnotateControlFlow.cpp185 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 DAggressiveInstCombine.cpp107 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 DLoopVectorizationLegality.cpp491 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 Dinstructions.h95 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 DInstCombinePHI.cpp662 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 DHexagonHardwareLoops.cpp430 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...]

Completed in 44 milliseconds

12