Home
last modified time | relevance | path

Searched defs:VPI (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp101 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 DVPlanSLP.cpp117 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 DLoopVectorizationPlanner.h50 VPInstruction *tryInsertInstruction(VPInstruction *VPI) { in tryInsertInstruction() argument
H A DVPlanTransforms.cpp801 if (auto *VPI = dyn_cast<VPInstruction>(&R)) getOpcodeForRecipe() local
H A DVPlan.cpp555 auto *VPI = dyn_cast<VPInstruction>(R); hasConditionalTerminator() local
H A DVectorCombine.cpp750 VPIntrinsic &VPI = cast<VPIntrinsic>(I); scalarizeVPIntrinsic() local
[all...]
H A DVPlan.h3212 if (auto *VPI = dyn_cast<VPInstruction>(Def)) isUniformAfterVectorization() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1733 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 DAddressSanitizer.cpp1402 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 DMicrosoftCXXABI.cpp1844 __anon624d7ee50302(const std::unique_ptr<VPtrInfo> &VPI) getAddrOfVTable() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp6155 visitVPIntrinsic(VPIntrinsic & VPI) visitVPIntrinsic() argument
[all...]