/third_party/typescript/tests/baselines/reference/ |
D | classAbstractMergedDeclaration.js | 59 var IC = /** @class */ (function () { class 60 function IC() { class in IC
|
/third_party/typescript/tests/cases/conformance/classes/classDeclarations/classAbstractKeyword/ |
D | classAbstractMergedDeclaration.ts | 10 interface IC {} interface 11 abstract class IC {} class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 182 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 …]
|
D | InstCombineShifts.cpp | 424 Instruction *InnerShift, InstCombiner &IC, in canEvaluateShiftedShift() 476 InstCombiner &IC, Instruction *CxtI) { in canEvaluateShifted() 612 InstCombiner &IC, const DataLayout &DL) { in getShiftedValue()
|
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()
|
D | InstCombineMulDivRem.cpp | 49 static Value *simplifyValueKnownNonZero(Value *V, InstCombiner &IC, in simplifyValueKnownNonZero() 847 const BinaryOperator &I, InstCombiner &IC) { in foldUDivPow2Cst() 860 InstCombiner &IC) { in foldUDivShl()
|
D | InstCombineCalls.cpp | 1163 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()
|
D | InstCombineVectorOps.cpp | 524 InstCombiner &IC) { in replaceExtractElements() 609 InstCombiner &IC) { in collectShuffleElements()
|
D | InstCombineCompares.cpp | 425 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
|
D | InstCombineSelect.cpp | 539 static Value *foldSelectICmpLshrAshr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpLshrAshr() 587 static Value *foldSelectICmpAndOr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpAndOr()
|
D | InstructionCombining.cpp | 3614 InstCombiner IC(Worklist, Builder, F.hasMinSize(), ExpensiveCombines, AA, in combineInstructionsOverFunction() local
|
/third_party/typescript/tests/cases/compiler/ |
D | genericTypeWithMultipleBases3.ts | 13 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/ |
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()
|
D | PartialInlining.cpp | 780 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/ |
D | AMDGPUInline.cpp | 217 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/ |
D | LoopSink.cpp | 230 Instruction *IC = I.clone(); in sinkInstruction() local
|
D | GuardWidening.cpp | 595 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/ |
D | IRBuilder.h | 1853 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/ |
D | cast5.c | 28 #define IC(x) (((x) >> 8) & 0xff) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 366 struct IC : SysAliasReg { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86DomainReassignment.cpp | 474 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/ |
D | SimplifyLibCalls.cpp | 95 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/ |
D | Instructions.cpp | 3512 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/ |
D | X86AsmParser.cpp | 349 InfixCalculator IC; member in __anonbe453f560111::X86AsmParser::IntelExprStateMachine
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 1531 unsigned IC = PV.IterCount; in generate() local
|