Home
last modified time | relevance | path

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

1234

/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()
DInstCombineCalls.cpp1070 static Instruction *simplifyMaskedStore(IntrinsicInst &II, InstCombiner &IC) { in simplifyMaskedStore()
1089 static Instruction *simplifyMaskedGather(IntrinsicInst &II, InstCombiner &IC) { in simplifyMaskedGather()
1098 static Instruction *simplifyMaskedScatter(IntrinsicInst &II, InstCombiner &IC) { in simplifyMaskedScatter()
1110 static Instruction *simplifyX86MaskedLoad(IntrinsicInst &II, InstCombiner &IC) { in simplifyX86MaskedLoad()
1146 static bool simplifyX86MaskedStore(IntrinsicInst &II, InstCombiner &IC) { in simplifyX86MaskedStore()
1209 unsigned EndID, InstCombiner &IC) { in removeTriviallyEmptyRange()
DInstCombineVectorOps.cpp376 InstCombiner &IC) { in replaceExtractElements()
453 InstCombiner &IC) { in collectShuffleElements()
DInstCombineSelect.cpp312 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition()); in foldSelectICmpAndOr() local
772 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition()); in foldSelectICmpAnd() local
/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 &IC; member in __anonc3446a150111::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()
DInstCombineCasts.cpp342 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()
DInstCombineMulDivRem.cpp49 static Value *simplifyValueKnownNonZero(Value *V, InstCombiner &IC, in simplifyValueKnownNonZero()
847 const BinaryOperator &I, InstCombiner &IC) { in foldUDivPow2Cst()
860 InstCombiner &IC) { in foldUDivShl()
DInstCombineCalls.cpp1163 InstCombiner &IC) { in simplifyInvariantGroupIntrinsic()
1188 static Instruction *foldCttzCtlz(IntrinsicInst &II, InstCombiner &IC) { in foldCttzCtlz()
1264 static Instruction *foldCtpop(IntrinsicInst &II, InstCombiner &IC) { in foldCtpop()
1304 static Instruction *simplifyX86MaskedLoad(IntrinsicInst &II, InstCombiner &IC) { in simplifyX86MaskedLoad()
1340 static bool simplifyX86MaskedStore(IntrinsicInst &II, InstCombiner &IC) { in simplifyX86MaskedStore()
1486 unsigned EndID, InstCombiner &IC) { in removeTriviallyEmptyRange()
1508 static Instruction *SimplifyNVVMIntrinsic(IntrinsicInst *II, InstCombiner &IC) { in SimplifyNVVMIntrinsic()
/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/tensorflow/tensorflow/core/kernels/
Dnn_ops_test.cc914 #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
/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/utils/TableGen/
DCodeEmitterGen.cpp265 for (std::vector<Record*>::iterator IC = Insts.begin(), EC = Insts.end(); in run() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopSink.cpp230 Instruction *IC = I.clone(); in sinkInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h1853 if (auto *IC = dyn_cast<Constant>(Idx)) variable
1861 if (auto *IC = dyn_cast<Constant>(Idx)) variable
2523 if (auto *IC = dyn_cast<Constant>(Idx)) variable
2537 if (auto *IC = dyn_cast<Constant>(Idx)) variable
/external/python/cpython2/Lib/plat-mac/
Dic.py163 class IC: class
/external/clang/lib/AST/
DCommentParser.cpp414 InlineCommandComment *IC; in parseInlineCommand() local
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DClassUtilsTest.java74 private interface IC extends ID, IE { interface in ClassUtilsTest
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h366 struct IC : SysAliasReg { struct

1234