Home
last modified time | relevance | path

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

12

/third_party/typescript/tests/baselines/reference/
DclassAbstractMergedDeclaration.js59 var IC = /** @class */ (function () { class
60 function IC() { class in IC
/third_party/typescript/tests/cases/conformance/classes/classDeclarations/classAbstractKeyword/
DclassAbstractMergedDeclaration.ts10 interface IC {} interface
11 abstract class IC {} class
/third_party/skia/third_party/externals/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 __anon2f6e10560111::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()
DInstCombineVectorOps.cpp524 InstCombiner &IC) { in replaceExtractElements()
609 InstCombiner &IC) { in collectShuffleElements()
DInstCombineCompares.cpp425 static Value *evaluateGEPOffsetExpression(User *GEP, InstCombiner &IC, in evaluateGEPOffsetExpression()
1257 InstCombiner &IC) { in processUGT_ADDCST_ADD()
4563 Value *OtherVal, InstCombiner &IC) { in processUMulZExtIdiom()
4886 auto *IC = dyn_cast<ICmpInst>(BI->getCondition()); in isChainSelectCmpBranch() local
DInstCombineSelect.cpp539 static Value *foldSelectICmpLshrAshr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpLshrAshr()
587 static Value *foldSelectICmpAndOr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpAndOr()
DInstructionCombining.cpp3614 InstCombiner IC(Worklist, Builder, F.hasMinSize(), ExpensiveCombines, AA, in combineInstructionsOverFunction() local
/third_party/typescript/tests/cases/compiler/
DgenericTypeWithMultipleBases3.ts13 interface IC<T> extends IA<T>, IB<T> { } interface
/third_party/skia/third_party/externals/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()
DPartialInlining.cpp780 InlineCost IC = getInlineCost(cast<CallBase>(*Call), getInlineParams(), in shouldPartialInline() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp217 auto IC = llvm::getInlineCost(cast<CallBase>(*CS.getInstruction()), Callee, in getInlineCost() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopSink.cpp230 Instruction *IC = I.clone(); in sinkInstruction() local
DGuardWidening.cpp595 auto *IC = dyn_cast<ICmpInst>(CheckCond); in parseRangeChecks() local
/third_party/skia/third_party/externals/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
/third_party/ffmpeg/libavutil/
Dcast5.c28 #define IC(x) (((x) >> 8) & 0xff) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h366 struct IC : SysAliasReg { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86DomainReassignment.cpp474 InstrConverterBase *IC = Converters.lookup({i, MI->getOpcode()}); in encloseInstr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp95 if (ICmpInst *IC = dyn_cast<ICmpInst>(U)) in isOnlyUsedInEqualityComparison() local
165 if (ICmpInst *IC = dyn_cast<ICmpInst>(U)) in isOnlyUsedInComparisonWithZero() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp3512 if (ICmpInst *IC = dyn_cast<ICmpInst>(this)) in swapOperands() local
3519 if (const ICmpInst *IC = dyn_cast<ICmpInst>(this)) in isCommutative() local
3525 if (const ICmpInst *IC = dyn_cast<ICmpInst>(this)) in isEquality() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp349 InfixCalculator IC; member in __anonbe453f560111::X86AsmParser::IntelExprStateMachine
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp1531 unsigned IC = PV.IterCount; in generate() local

12