/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 101 static void transferDecorations(Value &NewVal, VPIntrinsic &VPI) { in transferDecorations() argument 121 static bool maySpeculateLanes(VPIntrinsic &VPI) { in maySpeculateLanes() argument 254 expandPredicationInBinaryOperator(IRBuilder<> & Builder,VPIntrinsic & VPI) expandPredicationInBinaryOperator() argument 290 expandPredicationToIntCall(IRBuilder<> & Builder,VPIntrinsic & VPI,unsigned UnpredicatedIntrinsicID) expandPredicationToIntCall() argument 319 expandPredicationToFPCall(IRBuilder<> & Builder,VPIntrinsic & VPI,unsigned UnpredicatedIntrinsicID) expandPredicationToFPCall() argument 360 getNeutralReductionElement(const VPReductionIntrinsic & VPI,Type * EltTy) getNeutralReductionElement() argument 404 expandPredicationInReduction(IRBuilder<> & Builder,VPReductionIntrinsic & VPI) expandPredicationInReduction() argument 490 expandPredicationToCastIntrinsic(IRBuilder<> & Builder,VPIntrinsic & VPI) expandPredicationToCastIntrinsic() argument 547 expandPredicationInMemoryIntrinsic(IRBuilder<> & Builder,VPIntrinsic & VPI) expandPredicationInMemoryIntrinsic() argument 611 expandPredicationInComparison(IRBuilder<> & Builder,VPCmpIntrinsic & VPI) expandPredicationInComparison() argument 628 discardEVLParameter(VPIntrinsic & VPI) discardEVLParameter() argument 657 foldEVLIntoMask(VPIntrinsic & VPI) foldEVLIntoMask() argument 690 expandPredication(VPIntrinsic & VPI) expandPredication() argument 761 sanitizeStrategy(VPIntrinsic & VPI,VPLegalization & LegalizeStrat) sanitizeStrategy() argument 804 auto *VPI = dyn_cast<VPIntrinsic>(&I); expandVectorPredication() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 117 auto *VPI = dyn_cast<VPInstruction>(&I); in areVectorizable() local 173 auto *VPI = cast<VPInstruction>(Values[0]); in getOperands() local 463 auto *VPI = new VPInstruction(Opcode, CombinedOperands, Inst->getDebugLoc()); in buildGraph() local [all...] |
H A D | LoopVectorizationPlanner.h | 50 VPInstruction *tryInsertInstruction(VPInstruction *VPI) { in tryInsertInstruction() argument
|
H A D | VPlanTransforms.cpp | 801 if (auto *VPI = dyn_cast<VPInstruction>(&R)) getOpcodeForRecipe() local
|
H A D | VPlan.cpp | 555 auto *VPI = dyn_cast<VPInstruction>(R); hasConditionalTerminator() local
|
H A D | VectorCombine.cpp | 750 VPIntrinsic &VPI = cast<VPIntrinsic>(I); scalarizeVPIntrinsic() local [all...] |
H A D | VPlan.h | 3212 if (auto *VPI = dyn_cast<VPInstruction>(Def)) isUniformAfterVectorization() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1733 if (auto *VPI = dyn_cast_or_null<VPIntrinsic>(ICA.getInst())) getIntrinsicInstrCost() local 1745 if (auto *VPI = dyn_cast_or_null<VPIntrinsic>(ICA.getInst())) getIntrinsicInstrCost() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1402 auto *VPI = cast<VPIntrinsic>(CI); getInterestingMemoryOperands() local 1429 auto *VPI = cast<VPIntrinsic>(CI); getInterestingMemoryOperands() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 1844 __anon624d7ee50302(const std::unique_ptr<VPtrInfo> &VPI) getAddrOfVTable() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 6155 visitVPIntrinsic(VPIntrinsic & VPI) visitVPIntrinsic() argument [all...] |