Home
last modified time | relevance | path

Searched defs:IC (Results 1 – 25 of 142) sorted by relevance

123456

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp170 static Instruction *simplifyAllocaArraySize(InstCombinerImpl &IC, in simplifyAllocaArraySize()
239 PointerReplacer(InstCombinerImpl &IC) : IC(IC) {} in PointerReplacer()
250 InstCombinerImpl ⁣ member in __anon2e1258c30111::PointerReplacer
484 static StoreInst *combineStoreToNewValue(InstCombinerImpl &IC, StoreInst &SI, in combineStoreToNewValue()
578 static Instruction *combineLoadToOperationType(InstCombinerImpl &IC, in combineLoadToOperationType()
613 static Instruction *unpackLoadToAggregate(InstCombinerImpl &IC, LoadInst &LI) { in unpackLoadToAggregate()
812 static bool canReplaceGEPIdxWithZero(InstCombinerImpl &IC, in canReplaceGEPIdxWithZero()
888 static Instruction *replaceGEPIdxWithZero(InstCombinerImpl &IC, Value *Ptr, in replaceGEPIdxWithZero()
1047 static Value *likeBitCastFromVector(InstCombinerImpl &IC, Value *V) { in likeBitCastFromVector()
1108 static bool combineStoreToValueType(InstCombinerImpl &IC, StoreInst &SI) { in combineStoreToValueType()
[all …]
DInstCombineSelect.cpp61 InstCombinerImpl &IC) { in foldSelectBinOpIdentity()
519 static Value *foldSelectICmpLshrAshr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpLshrAshr()
567 static Value *foldSelectICmpAndOr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpAndOr()
1014 InstCombinerImpl &IC) { in canonicalizeMinMaxWithConstant()
1058 InstCombinerImpl &IC) { in canonicalizeAbsNabs()
1382 InstCombinerImpl &IC) { in tryToReuseConstantFromSelectInComparison()
2026 InstCombinerImpl &IC) { in canonicalizeScalarSelectOfVecs()
DInstCombineShifts.cpp427 InstCombinerImpl &IC, Instruction *CxtI) { in canEvaluateShiftedShift()
478 InstCombinerImpl &IC, Instruction *CxtI) { in canEvaluateShifted()
589 InstCombinerImpl &IC, const DataLayout &DL) { in getShiftedValue()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp170 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()
DInstCombineShifts.cpp62 Instruction *SecondShift, InstCombiner &IC, in canEvaluateShiftedShift()
116 InstCombiner &IC, Instruction *CxtI) { in CanEvaluateShifted()
189 InstCombiner &IC, const DataLayout &DL) { in GetShiftedValue()
DInstCombineCasts.cpp331 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()
DInstCombineMulDivRem.cpp28 static Value *simplifyValueKnownNonZero(Value *V, InstCombiner &IC, in simplifyValueKnownNonZero()
975 const BinaryOperator &I, InstCombiner &IC) { in foldUDivPow2Cst()
986 const BinaryOperator &I, InstCombiner &IC) { in foldUDivNegCst()
995 InstCombiner &IC) { in foldUDivShl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp182 static Instruction *simplifyAllocaArraySize(InstCombiner &IC, AllocaInst &AI) { in simplifyAllocaArraySize()
253 PointerReplacer(InstCombiner &IC) : IC(IC) {} in PointerReplacer()
263 InstCombiner ⁣ member in __anon791732b70111::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 …]
DInstCombineShifts.cpp424 Instruction *InnerShift, InstCombiner &IC, in canEvaluateShiftedShift()
476 InstCombiner &IC, Instruction *CxtI) { in canEvaluateShifted()
612 InstCombiner &IC, const DataLayout &DL) { in getShiftedValue()
/external/llvm-project/llvm/lib/Analysis/
DInlineAdvisor.cpp188 shouldBeDeferred(Function *Caller, InlineCost IC, int &TotalSecondaryCost, in shouldBeDeferred()
280 RemarkT &operator<<(RemarkT &&R, const InlineCost &IC) { in operator <<()
296 std::string llvm::inlineCostStr(const InlineCost &IC) { in inlineCostStr()
320 InlineCost IC = GetInlineCost(CB); in shouldInline() local
427 const Function &Caller, const InlineCost &IC, in emitInlinedInto()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DLlvmState.h72 std::unique_ptr<const InstructionsCache> IC; variable
/external/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h300 struct IC { struct
305 #define GET_IC_DECL argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp307 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()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp115 static Instruction *simplifyNvvmIntrinsic(IntrinsicInst *II, InstCombiner &IC) { in simplifyNvvmIntrinsic()
364 NVPTXTTIImpl::instCombineIntrinsic(InstCombiner &IC, IntrinsicInst &II) const { in instCombineIntrinsic()
/external/tensorflow/tensorflow/core/kernels/
Dnn_ops_test.cc899 #define BM_AvgPoolFwdCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1004 #define BM_AvgPoolBkCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1093 #define BM_MaxPoolFwdCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1172 #define BM_MaxPoolBkGPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1183 #define BM_MaxPoolBkCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1263 #define BM_Relu(BS, IR, IC, ND, TH, LABEL) \ argument
1335 #define BM_Softplus(BS, IR, IC, ND, TH, LABEL) \ argument
1433 #define BM_TopKGPU(IR, IC, IK, TH, LABEL) \ argument
1440 #define BM_TopKCPU(IR, IC, IK, TH, LABEL) \ argument
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DSmartPtrModeling.cpp336 const auto *IC = dyn_cast<CXXInstanceCall>(&Call); in handleReset() local
366 const auto *IC = dyn_cast<CXXInstanceCall>(&Call); in handleRelease() local
401 const auto *IC = dyn_cast<CXXInstanceCall>(&Call); in handleSwap() local
440 const auto *IC = dyn_cast<CXXInstanceCall>(&Call); in handleGet() local
DMoveChecker.cpp473 if (const auto *IC = dyn_cast<CXXInstanceCall>(AFC)) in checkPostCall() local
623 const auto IC = dyn_cast<CXXInstanceCall>(&Call); in checkPreCall() local
713 if (const auto *IC = dyn_cast<CXXInstanceCall>(Call)) in checkRegionChanges() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstCombineIntrinsic.cpp101 IntrinsicInst &II, InstCombiner &IC) { in simplifyAMDGCNImageIntrinsic()
188 GCNTTIImpl::instCombineIntrinsic(InstCombiner &IC, IntrinsicInst &II) const { in instCombineIntrinsic()
908 static Value *simplifyAMDGCNMemoryIntrinsicDemanded(InstCombiner &IC, in simplifyAMDGCNMemoryIntrinsicDemanded()
1048 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic()
DAMDGPUInline.cpp215 auto IC = llvm::getInlineCost(CB, Callee, LocalParams, TTI, in getInlineCost() local
/external/llvm/lib/Transforms/IPO/
DInliner.cpp232 bool Inliner::shouldBeDeferred(Function *Caller, CallSite CS, InlineCost IC, in shouldBeDeferred()
304 InlineCost IC = getInlineCost(CS); in shouldInline() local
/external/llvm/include/llvm/IR/
DIRBuilder.h1146 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp217 auto IC = llvm::getInlineCost(cast<CallBase>(*CS.getInstruction()), Callee, in getInlineCost() local
/external/llvm-project/llvm/include/llvm/IR/
DIRBuilder.h1827 if (auto *IC = dyn_cast<Constant>(Idx)) variable
1835 if (auto *IC = dyn_cast<Constant>(Idx)) variable
2407 if (auto *IC = dyn_cast<Constant>(Idx)) variable
2421 if (auto *IC = dyn_cast<Constant>(Idx)) variable
/external/llvm-project/llvm/lib/Target/X86/
DX86InstCombineIntrinsic.cpp56 static Instruction *simplifyX86MaskedLoad(IntrinsicInst &II, InstCombiner &IC) { in simplifyX86MaskedLoad()
86 static bool simplifyX86MaskedStore(IntrinsicInst &II, InstCombiner &IC) { in simplifyX86MaskedStore()
932 X86TTIImpl::instCombineIntrinsic(InstCombiner &IC, IntrinsicInst &II) const { in instCombineIntrinsic()
1743 InstCombiner &IC, IntrinsicInst &II, APInt DemandedMask, KnownBits &Known, in simplifyDemandedUseBitsIntrinsic()
1784 InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, in simplifyDemandedVectorEltsIntrinsic()
/external/llvm/utils/TableGen/
DCodeEmitterGen.cpp265 for (std::vector<Record*>::iterator IC = Insts.begin(), EC = Insts.end(); in run() local

123456