/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 527 static std::optional<Instruction *> processPhiNode(InstCombiner &IC, in processPhiNode() 575 tryCombineFromSVBoolBinOp(InstCombiner &IC, IntrinsicInst &II) { in tryCombineFromSVBoolBinOp() 627 instCombineConvertFromSVBool(InstCombiner &IC, IntrinsicInst &II) { in instCombineConvertFromSVBool() 674 static std::optional<Instruction *> instCombineSVESel(InstCombiner &IC, in instCombineSVESel() 682 static std::optional<Instruction *> instCombineSVEDup(InstCombiner &IC, in instCombineSVEDup() 706 static std::optional<Instruction *> instCombineSVEDupX(InstCombiner &IC, in instCombineSVEDupX() 718 static std::optional<Instruction *> instCombineSVECmpNE(InstCombiner &IC, in instCombineSVECmpNE() 819 static std::optional<Instruction *> instCombineSVELast(InstCombiner &IC, in instCombineSVELast() 895 static std::optional<Instruction *> instCombineSVECondLast(InstCombiner &IC, in instCombineSVECondLast() 939 static std::optional<Instruction *> instCombineRDFFR(InstCombiner &IC, in instCombineRDFFR() [all …]
|
/aosp_15_r20/external/pytorch/benchmarks/operator_benchmark/pt/ |
H A D | conv_test.py | 15 def init(self, IC, OC, kernel, stride, N, L, device): argument 27 def init(self, IC, OC, kernel, stride, N, L, device): argument 55 def init(self, IC, OC, kernel, stride, N, H, W, G, pad, device): argument 67 def init(self, IC, OC, kernel, stride, N, H, W, G, pad, device): argument 79 def init(self, IC, OC, stride, N, H, W, G, pad, device): argument 110 def init(self, IC, OC, kernel, stride, N, D, H, W, device): argument 120 def init(self, IC, OC, kernel, stride, N, D, H, W, device): argument
|
H A D | qconv_test.py | 16 def init(self, IC, OC, kernel, stride, N, L, device): argument 45 def init(self, IC, OC, kernel, stride, N, H, W, G, pad, device): argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 182 static Instruction *simplifyAllocaArraySize(InstCombiner &IC, AllocaInst &AI) { in simplifyAllocaArraySize() 253 PointerReplacer(InstCombiner &IC) : IC(IC) {} in PointerReplacer() 263 InstCombiner &IC; member in __anon5b4055e60111::PointerReplacer 482 static StoreInst *combineStoreToNewValue(InstCombiner &IC, StoreInst &SI, Value *V) { in combineStoreToNewValue() 574 static Instruction *combineLoadToOperationType(InstCombiner &IC, LoadInst &LI) { in combineLoadToOperationType() 644 static Instruction *unpackLoadToAggregate(InstCombiner &IC, LoadInst &LI) { in unpackLoadToAggregate() 847 static bool canReplaceGEPIdxWithZero(InstCombiner &IC, GetElementPtrInst *GEPI, in canReplaceGEPIdxWithZero() 917 static Instruction *replaceGEPIdxWithZero(InstCombiner &IC, Value *Ptr, in replaceGEPIdxWithZero() 1086 static Value *likeBitCastFromVector(InstCombiner &IC, Value *V) { in likeBitCastFromVector() 1147 static bool combineStoreToValueType(InstCombiner &IC, StoreInst &SI) { in combineStoreToValueType() [all …]
|
H A D | InstCombineCasts.cpp | 342 static bool canEvaluateTruncated(Value *V, Type *Ty, InstCombiner &IC, in canEvaluateTruncated() 457 static Instruction *foldVecTruncToExtElt(TruncInst &Trunc, InstCombiner &IC) { in foldVecTruncToExtElt() 984 InstCombiner &IC, Instruction *CxtI) { in canEvaluateZExtd() 1866 InstCombiner &IC) { in optimizeVectorResizeWithIntegerBitCasts() 2067 InstCombiner &IC) { in optimizeIntegerToVectorInsertions() 2096 InstCombiner &IC) { in canonicalizeBitCastExtElt()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 190 static Instruction *simplifyAllocaArraySize(InstCombinerImpl &IC, in simplifyAllocaArraySize() 262 PointerReplacer(InstCombinerImpl &IC, Instruction &Root) in PointerReplacer() 279 InstCombinerImpl &IC; member in __anon5de386ac0111::PointerReplacer 575 static StoreInst *combineStoreToNewValue(InstCombinerImpl &IC, StoreInst &SI, in combineStoreToNewValue() 670 static Instruction *combineLoadToOperationType(InstCombinerImpl &IC, in combineLoadToOperationType() 715 static Instruction *unpackLoadToAggregate(InstCombinerImpl &IC, LoadInst &LI) { in unpackLoadToAggregate() 907 static bool canReplaceGEPIdxWithZero(InstCombinerImpl &IC, in canReplaceGEPIdxWithZero() 983 static Instruction *replaceGEPIdxWithZero(InstCombinerImpl &IC, Value *Ptr, in replaceGEPIdxWithZero() 1140 static Value *likeBitCastFromVector(InstCombinerImpl &IC, Value *V) { in likeBitCastFromVector() 1201 static bool combineStoreToValueType(InstCombinerImpl &IC, StoreInst &SI) { in combineStoreToValueType() [all …]
|
H A D | InstCombineSelect.cpp | 57 InstCombinerImpl &IC) { in foldSelectBinOpIdentity() 576 static Value *foldSelectICmpLshrAshr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpLshrAshr() 624 static Value *foldSelectICmpAndOr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpAndOr() 756 static Instruction *foldSelectZeroOrMul(SelectInst &SI, InstCombinerImpl &IC) { in foldSelectZeroOrMul() 1135 InstCombinerImpl &IC) { in canonicalizeSPF() 1186 InstCombiner &IC, unsigned Depth = 0) { in replaceInInstruction() 1501 InstCombinerImpl &IC) { in tryToReuseConstantFromSelectInComparison() 2113 InstCombinerImpl &IC) { in canonicalizeScalarSelectOfVecs() 2599 InstCombinerImpl &IC) { in foldSelectWithFCmpToFabs()
|
H A D | InstCombineCasts.cpp | 396 static bool canEvaluateTruncated(Value *V, Type *Ty, InstCombinerImpl &IC, in canEvaluateTruncated() 530 InstCombinerImpl &IC) { in foldVecTruncToExtElt() 1121 InstCombinerImpl &IC, Instruction *CxtI) { in canEvaluateZExtd() 1722 static bool isKnownExactCastIntToFP(CastInst &I, InstCombinerImpl &IC) { in isKnownExactCastIntToFP() 2137 InstCombinerImpl &IC) { in optimizeVectorResizeWithIntegerBitCasts() 2336 InstCombinerImpl &IC) { in optimizeIntegerToVectorInsertions() 2365 InstCombinerImpl &IC) { in canonicalizeBitCastExtElt()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | InlineAdvisor.cpp | 204 const ReplayInlinerSettings &ReplaySettings, InlineContext IC) { in tryCreate() 250 shouldBeDeferred(Function *Caller, InlineCost IC, int &TotalSecondaryCost, in shouldBeDeferred() 341 RemarkT &operator<<(RemarkT &&R, const InlineCost &IC) { in operator <<() 357 std::string llvm::inlineCostStr(const InlineCost &IC) { in inlineCostStr() 382 InlineCost IC = GetInlineCost(CB); in shouldInline() local 511 const Function &Callee, const Function &Caller, const InlineCost &IC, in emitInlinedIntoBasedOnCost() 524 std::optional<InlineContext> IC) in InlineAdvisor() 587 std::string llvm::AnnotateInlinePassName(InlineContext IC) { in AnnotateInlinePassName()
|
H A D | InlineOrder.cpp | 97 auto IC = getInlineCostWrapper(const_cast<CallBase &>(*CB), FAM, Params); in CostPriority() local 117 auto IC = getInlineCostWrapper(const_cast<CallBase &>(*CB), FAM, Params); in CostBenefitPriority() local 185 auto IC = getInlineCostWrapper(const_cast<CallBase &>(*CB), FAM, Params); in MLPriority() local
|
H A D | ReplayInlineAdvisor.cpp | 30 InlineContext IC) in ReplayInlineAdvisor() 84 bool EmitRemarks, InlineContext IC) { in getReplayInlineAdvisor()
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 170 static Instruction *simplifyAllocaArraySize(InstCombiner &IC, AllocaInst &AI) { in simplifyAllocaArraySize() 320 static LoadInst *combineLoadToNewType(InstCombiner &IC, LoadInst &LI, Type *NewTy, in combineLoadToNewType() 394 static StoreInst *combineStoreToNewValue(InstCombiner &IC, StoreInst &SI, Value *V) { in combineStoreToNewValue() 460 static Instruction *combineLoadToOperationType(InstCombiner &IC, LoadInst &LI) { in combineLoadToOperationType() 518 static Instruction *unpackLoadToAggregate(InstCombiner &IC, LoadInst &LI) { in unpackLoadToAggregate() 700 static bool canReplaceGEPIdxWithZero(InstCombiner &IC, GetElementPtrInst *GEPI, in canReplaceGEPIdxWithZero() 772 static Instruction *replaceGEPIdxWithZero(InstCombiner &IC, Value *Ptr, in replaceGEPIdxWithZero() 934 static Value *likeBitCastFromVector(InstCombiner &IC, Value *V) { in likeBitCastFromVector() 995 static bool combineStoreToValueType(InstCombiner &IC, StoreInst &SI) { in combineStoreToValueType() 1020 static bool unpackStoreToAggregate(InstCombiner &IC, StoreInst &SI) { in unpackStoreToAggregate()
|
H A D | InstCombineCasts.cpp | 331 static bool canEvaluateTruncated(Value *V, Type *Ty, InstCombiner &IC, in canEvaluateTruncated() 439 static Instruction *foldVecTruncToExtElt(TruncInst &Trunc, InstCombiner &IC, in foldVecTruncToExtElt() 725 InstCombiner &IC, Instruction *CxtI) { in canEvaluateZExtd() 1564 InstCombiner &IC) { in optimizeVectorResize() 1743 InstCombiner &IC) { in optimizeIntegerToVectorInsertions() 1772 InstCombiner &IC, in canonicalizeBitCastExtElt()
|
H A D | InstCombineShifts.cpp | 62 Instruction *SecondShift, InstCombiner &IC, in canEvaluateShiftedShift() 116 InstCombiner &IC, Instruction *CxtI) { in CanEvaluateShifted() 189 InstCombiner &IC, const DataLayout &DL) { in GetShiftedValue()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | nn_ops_test.cc | 914 #define BM_AvgPoolFwdCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument 1019 #define BM_AvgPoolBkCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument 1108 #define BM_MaxPoolFwdCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument 1194 #define BM_MaxPoolBkGPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument 1205 #define BM_MaxPoolBkCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument 1285 #define BM_Relu(BS, IR, IC, ND, TH, LABEL) \ argument 1357 #define BM_Softplus(BS, IR, IC, ND, TH, LABEL) \ argument 1470 #define BM_TopKGPU(IR, IC, IK, TH, LABEL) \ argument 1477 #define BM_TopKCPU(IR, IC, IK, TH, LABEL) \ argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Inliner.cpp | 307 shouldBeDeferred(Function *Caller, CallSite CS, InlineCost IC, in shouldBeDeferred() 394 RemarkT &operator<<(RemarkT &&R, const InlineCost &IC) { in operator <<() 409 static std::string inlineCostStr(const InlineCost &IC) { in inlineCostStr() 423 InlineCost IC = GetInlineCost(CS); in shouldInline() local 509 const Function &Caller, const InlineCost &IC) { in emit_inlined_into()
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 300 struct IC { struct 305 #define GET_IC_DECL argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 120 InstCombiner &IC, in modifyIntrinsicCall() 156 IntrinsicInst &II, InstCombiner &IC) { in simplifyAMDGCNImageIntrinsic() 353 GCNTTIImpl::instCombineIntrinsic(InstCombiner &IC, IntrinsicInst &II) const { in instCombineIntrinsic() 1070 static Value *simplifyAMDGCNMemoryIntrinsicDemanded(InstCombiner &IC, in simplifyAMDGCNMemoryIntrinsicDemanded() 1206 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 1146 if (Constant *IC = dyn_cast<Constant>(Idx)) variable 1153 if (Constant *IC = dyn_cast<Constant>(Idx)) variable 1598 if (Constant *IC = dyn_cast<Constant>(Idx)) variable 1612 if (Constant *IC = dyn_cast<Constant>(Idx)) variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 57 static Instruction *simplifyX86MaskedLoad(IntrinsicInst &II, InstCombiner &IC) { in simplifyX86MaskedLoad() 87 static bool simplifyX86MaskedStore(IntrinsicInst &II, InstCombiner &IC) { in simplifyX86MaskedStore() 929 X86TTIImpl::instCombineIntrinsic(InstCombiner &IC, IntrinsicInst &II) const { in instCombineIntrinsic() 1738 InstCombiner &IC, IntrinsicInst &II, APInt DemandedMask, KnownBits &Known, in simplifyDemandedUseBitsIntrinsic() 1778 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.cpp | 116 static Instruction *simplifyNvvmIntrinsic(IntrinsicInst *II, InstCombiner &IC) { in simplifyNvvmIntrinsic() 416 NVPTXTTIImpl::instCombineIntrinsic(InstCombiner &IC, IntrinsicInst &II) const { in instCombineIntrinsic()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | InlineAdvisor.h | 212 const std::optional<InlineContext> IC; variable 234 InlineParams Params, InlineContext IC) in DefaultInlineAdvisor()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | InlineAdvisor.h | 211 const std::optional<InlineContext> IC; variable 233 InlineParams Params, InlineContext IC) in DefaultInlineAdvisor()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | InlineAdvisor.h | 211 const std::optional<InlineContext> IC; variable 233 InlineParams Params, InlineContext IC) in DefaultInlineAdvisor()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | InlineAdvisor.h | 211 const std::optional<InlineContext> IC; variable 233 InlineParams Params, InlineContext IC) in DefaultInlineAdvisor()
|