Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp185 static Instruction *simplifyAllocaArraySize(InstCombiner &IC, AllocaInst &AI) { in simplifyAllocaArraySize()
254 PointerReplacer(InstCombiner &IC) : IC(IC) {} in PointerReplacer()
264 InstCombiner ⁣ member in __anon9b8f21510111::PointerReplacer
452 static LoadInst *combineLoadToNewType(InstCombiner &IC, LoadInst &LI, Type *NewTy, in combineLoadToNewType()
518 static StoreInst *combineStoreToNewValue(InstCombiner &IC, StoreInst &SI, Value *V) { in combineStoreToNewValue()
609 static Instruction *combineLoadToOperationType(InstCombiner &IC, LoadInst &LI) { in combineLoadToOperationType()
677 static Instruction *unpackLoadToAggregate(InstCombiner &IC, LoadInst &LI) { in unpackLoadToAggregate()
879 static bool canReplaceGEPIdxWithZero(InstCombiner &IC, GetElementPtrInst *GEPI, in canReplaceGEPIdxWithZero()
949 static Instruction *replaceGEPIdxWithZero(InstCombiner &IC, Value *Ptr, in replaceGEPIdxWithZero()
1114 static Value *likeBitCastFromVector(InstCombiner &IC, Value *V) { in likeBitCastFromVector()
[all …]
DInstCombineShifts.cpp71 Instruction *InnerShift, InstCombiner &IC, in canEvaluateShiftedShift()
123 InstCombiner &IC, Instruction *CxtI) { in canEvaluateShifted()
259 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()
946 InstCombiner &IC, Instruction *CxtI) { in canEvaluateZExtd()
1791 InstCombiner &IC) { in optimizeVectorResize()
1970 InstCombiner &IC) { in optimizeIntegerToVectorInsertions()
1999 InstCombiner &IC) { in canonicalizeBitCastExtElt()
DInstCombineCalls.cpp1241 static Instruction *simplifyMaskedStore(IntrinsicInst &II, InstCombiner &IC) { in simplifyMaskedStore()
1260 static Instruction *simplifyMaskedGather(IntrinsicInst &II, InstCombiner &IC) { in simplifyMaskedGather()
1278 InstCombiner &IC) { in simplifyInvariantGroupIntrinsic()
1303 static Instruction *simplifyMaskedScatter(IntrinsicInst &II, InstCombiner &IC) { in simplifyMaskedScatter()
1312 static Instruction *foldCttzCtlz(IntrinsicInst &II, InstCombiner &IC) { in foldCttzCtlz()
1363 static Instruction *foldCtpop(IntrinsicInst &II, InstCombiner &IC) { in foldCtpop()
1395 static Instruction *simplifyX86MaskedLoad(IntrinsicInst &II, InstCombiner &IC) { in simplifyX86MaskedLoad()
1431 static bool simplifyX86MaskedStore(IntrinsicInst &II, InstCombiner &IC) { in simplifyX86MaskedStore()
1577 unsigned EndID, InstCombiner &IC) { in removeTriviallyEmptyRange()
1599 static Instruction *SimplifyNVVMIntrinsic(IntrinsicInst *II, InstCombiner &IC) { in SimplifyNVVMIntrinsic()
DInstCombineMulDivRem.cpp50 static Value *simplifyValueKnownNonZero(Value *V, InstCombiner &IC, in simplifyValueKnownNonZero()
824 const BinaryOperator &I, InstCombiner &IC) { in foldUDivPow2Cst()
837 InstCombiner &IC) { in foldUDivShl()
/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/v8/src/ic/
Dic.h197 friend class IC; variable
269 friend class IC; variable
323 friend class IC; variable
/external/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h300 struct IC { struct
305 #define GET_IC_DECL argument
/external/tensorflow/tensorflow/core/kernels/
Dnn_ops_test.cc883 #define BM_AvgPoolFwdCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
990 #define BM_AvgPoolBkCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1080 #define BM_MaxPoolFwdCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1158 #define BM_MaxPoolBkGPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1169 #define BM_MaxPoolBkCPU(BS, IR, IC, ND, KR, KC, ST, PT, TH, LABEL) \ argument
1252 #define BM_Relu(BS, IR, IC, ND, TH, LABEL) \ argument
1326 #define BM_Softplus(BS, IR, IC, ND, TH, LABEL) \ argument
1421 #define BM_TopKGPU(IR, IC, IK, TH, LABEL) \ argument
1427 #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-7.0/llvm/include/llvm/IR/
DIRBuilder.h1419 if (auto *IC = dyn_cast<Constant>(Idx)) variable
1427 if (auto *IC = dyn_cast<Constant>(Idx)) variable
1924 if (auto *IC = dyn_cast<Constant>(Idx)) variable
1938 if (auto *IC = dyn_cast<Constant>(Idx)) variable
/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-7.0/llvm/utils/TableGen/
DCodeEmitterGen.cpp275 for (std::vector<Record*>::iterator IC = Insts.begin(), EC = Insts.end(); in run() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopSink.cpp225 Instruction *IC = I.clone(); in sinkInstruction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInliner.cpp298 shouldBeDeferred(Function *Caller, CallSite CS, InlineCost IC, in shouldBeDeferred()
376 InlineCost IC = GetInlineCost(CS); in shouldInline() local
/external/python/cpython2/Lib/plat-mac/
Dic.py163 class IC: class
/external/clang/lib/AST/
DCommentParser.cpp414 InlineCommandComment *IC; in parseInlineCommand() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h317 struct IC : SysAliasReg { struct

1234