Home
last modified time | relevance | path

Searched refs:IC (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Diterator.h142 template <typename VT, bool IC>
143 inline UptrVectorIterator<VT, IC>& UptrVectorIterator<VT, IC>::operator++() {
148 template <typename VT, bool IC>
149 inline UptrVectorIterator<VT, IC> UptrVectorIterator<VT, IC>::operator++(int) {
155 template <typename VT, bool IC>
156 inline UptrVectorIterator<VT, IC>& UptrVectorIterator<VT, IC>::operator--() {
161 template <typename VT, bool IC>
162 inline UptrVectorIterator<VT, IC> UptrVectorIterator<VT, IC>::operator--(int) {
168 template <typename VT, bool IC>
169 inline bool UptrVectorIterator<VT, IC>::operator==(
[all …]
/third_party/ffmpeg/libavutil/
Dcast5.c28 #define IC(x) (((x) >> 8) & 0xff) macro
36 … f = ((S1[IA(I)] + S2[IB(I)]) ^ S3[IC(I)]) - S4[ID(I)]; \
43 … f = ((S1[IA(I)] - S2[IB(I)]) + S3[IC(I)]) ^ S4[ID(I)]; \
50 … f = ((S1[IA(I)] ^ S2[IB(I)]) - S3[IC(I)]) + S4[ID(I)]; \
56 … z[0] = x[0] ^ S5[IB(x[3])] ^ S6[ID(x[3])] ^ S7[IA(x[3])] ^ S8[IC(x[3])] ^ S7[IA(x[2])]; \
57 … z[1] = x[2] ^ S5[IA(z[0])] ^ S6[IC(z[0])] ^ S7[IB(z[0])] ^ S8[ID(z[0])] ^ S8[IC(x[2])]; \
58 … z[2] = x[3] ^ S5[ID(z[1])] ^ S6[IC(z[1])] ^ S7[IB(z[1])] ^ S8[IA(z[1])] ^ S5[IB(x[2])]; \
59 … z[3] = x[1] ^ S5[IC(z[2])] ^ S6[IB(z[2])] ^ S7[ID(z[2])] ^ S8[IA(z[2])] ^ S6[ID(x[2])]; \
64 … x[0] = z[2] ^ S5[IB(z[1])] ^ S6[ID(z[1])] ^ S7[IA(z[1])] ^ S8[IC(z[1])] ^ S7[IA(z[0])]; \
65 … x[1] = z[0] ^ S5[IA(x[0])] ^ S6[IC(x[0])] ^ S7[IB(x[0])] ^ S8[ID(x[0])] ^ S8[IC(z[0])]; \
[all …]
/third_party/spirv-tools/source/opt/
Diterator.h261 template <typename VT, bool IC>
262 inline UptrVectorIterator<VT, IC>& UptrVectorIterator<VT, IC>::operator++() {
267 template <typename VT, bool IC>
268 inline UptrVectorIterator<VT, IC> UptrVectorIterator<VT, IC>::operator++(int) {
274 template <typename VT, bool IC>
275 inline UptrVectorIterator<VT, IC>& UptrVectorIterator<VT, IC>::operator--() {
280 template <typename VT, bool IC>
281 inline UptrVectorIterator<VT, IC> UptrVectorIterator<VT, IC>::operator--(int) {
287 template <typename VT, bool IC>
288 inline bool UptrVectorIterator<VT, IC>::operator==(
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Diterator.h261 template <typename VT, bool IC>
262 inline UptrVectorIterator<VT, IC>& UptrVectorIterator<VT, IC>::operator++() {
267 template <typename VT, bool IC>
268 inline UptrVectorIterator<VT, IC> UptrVectorIterator<VT, IC>::operator++(int) {
274 template <typename VT, bool IC>
275 inline UptrVectorIterator<VT, IC>& UptrVectorIterator<VT, IC>::operator--() {
280 template <typename VT, bool IC>
281 inline UptrVectorIterator<VT, IC> UptrVectorIterator<VT, IC>::operator--(int) {
287 template <typename VT, bool IC>
288 inline bool UptrVectorIterator<VT, IC>::operator==(
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Diterator.h261 template <typename VT, bool IC>
262 inline UptrVectorIterator<VT, IC>& UptrVectorIterator<VT, IC>::operator++() {
267 template <typename VT, bool IC>
268 inline UptrVectorIterator<VT, IC> UptrVectorIterator<VT, IC>::operator++(int) {
274 template <typename VT, bool IC>
275 inline UptrVectorIterator<VT, IC>& UptrVectorIterator<VT, IC>::operator--() {
280 template <typename VT, bool IC>
281 inline UptrVectorIterator<VT, IC> UptrVectorIterator<VT, IC>::operator--(int) {
287 template <typename VT, bool IC>
288 inline bool UptrVectorIterator<VT, IC>::operator==(
[all …]
/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() argument
190 Value *V = IC.Builder.getInt32(1); in simplifyAllocaArraySize()
199 AllocaInst *New = IC.Builder.CreateAlloca(NewTy, nullptr, AI.getName()); in simplifyAllocaArraySize()
212 Type *IdxTy = IC.getDataLayout().getIntPtrType(AI.getType()); in simplifyAllocaArraySize()
217 IC.InsertNewInstBefore(GEP, *It); in simplifyAllocaArraySize()
221 return IC.replaceInstUsesWith(AI, GEP); in simplifyAllocaArraySize()
226 return IC.replaceInstUsesWith(AI, Constant::getNullValue(AI.getType())); in simplifyAllocaArraySize()
230 Type *IntPtrTy = IC.getDataLayout().getIntPtrType(AI.getType()); in simplifyAllocaArraySize()
232 Value *V = IC.Builder.CreateIntCast(AI.getArraySize(), IntPtrTy, false); in simplifyAllocaArraySize()
253 PointerReplacer(InstCombiner &IC) : IC(IC) {} in PointerReplacer() argument
[all …]
DInstCombineCasts.cpp342 static bool canEvaluateTruncated(Value *V, Type *Ty, InstCombiner &IC, in canEvaluateTruncated() argument
359 return canEvaluateTruncated(I->getOperand(0), Ty, IC, CxtI) && in canEvaluateTruncated()
360 canEvaluateTruncated(I->getOperand(1), Ty, IC, CxtI); in canEvaluateTruncated()
369 if (IC.MaskedValueIsZero(I->getOperand(0), Mask, 0, CxtI) && in canEvaluateTruncated()
370 IC.MaskedValueIsZero(I->getOperand(1), Mask, 0, CxtI)) { in canEvaluateTruncated()
371 return canEvaluateTruncated(I->getOperand(0), Ty, IC, CxtI) && in canEvaluateTruncated()
372 canEvaluateTruncated(I->getOperand(1), Ty, IC, CxtI); in canEvaluateTruncated()
383 return canEvaluateTruncated(I->getOperand(0), Ty, IC, CxtI); in canEvaluateTruncated()
396 IC.MaskedValueIsZero(I->getOperand(0), in canEvaluateTruncated()
398 return canEvaluateTruncated(I->getOperand(0), Ty, IC, CxtI); in canEvaluateTruncated()
[all …]
DInstCombineShifts.cpp424 Instruction *InnerShift, InstCombiner &IC, in canEvaluateShiftedShift() argument
458 if (IC.MaskedValueIsZero(InnerShift->getOperand(0), Mask, 0, CxtI)) in canEvaluateShiftedShift()
476 InstCombiner &IC, Instruction *CxtI) { in canEvaluateShifted() argument
519 return canEvaluateShifted(I->getOperand(0), NumBits, IsLeftShift, IC, I) && in canEvaluateShifted()
520 canEvaluateShifted(I->getOperand(1), NumBits, IsLeftShift, IC, I); in canEvaluateShifted()
524 return canEvaluateShiftedShift(NumBits, IsLeftShift, I, IC, CxtI); in canEvaluateShifted()
530 return canEvaluateShifted(TrueVal, NumBits, IsLeftShift, IC, SI) && in canEvaluateShifted()
531 canEvaluateShifted(FalseVal, NumBits, IsLeftShift, IC, SI); in canEvaluateShifted()
539 if (!canEvaluateShifted(IncValue, NumBits, IsLeftShift, IC, PN)) in canEvaluateShifted()
612 InstCombiner &IC, const DataLayout &DL) { in getShiftedValue() argument
[all …]
/third_party/typescript/tests/baselines/reference/
DclassAbstractMergedDeclaration.js11 interface IC {}
12 abstract class IC {}
35 new IC;
59 var IC = /** @class */ (function () { class
60 function IC() { class in IC
62 return IC;
87 new IC;
DclassAbstractMergedDeclaration.types16 interface IC {}
17 abstract class IC {}
18 >IC : IC
65 new IC;
66 >new IC : any
67 >IC : typeof IC
DclassAbstractMergedDeclaration.symbols20 interface IC {}
21 >IC : Symbol(IC, Decl(classAbstractMergedDeclaration.ts, 7, 15), Decl(classAbstractMergedDeclaratio…
23 abstract class IC {}
24 >IC : Symbol(IC, Decl(classAbstractMergedDeclaration.ts, 7, 15), Decl(classAbstractMergedDeclaratio…
71 new IC;
72 >IC : Symbol(IC, Decl(classAbstractMergedDeclaration.ts, 7, 15), Decl(classAbstractMergedDeclaratio…
DgenericTypeWithMultipleBases3.types18 interface IC<T> extends IA<T>, IB<T> { }
20 var c: IC<number>;
21 >c : IC<number>
26 >c : IC<number>
32 >c : IC<number>
DgenericTypeWithMultipleBases3.symbols26 interface IC<T> extends IA<T>, IB<T> { }
27 >IC : Symbol(IC, Decl(genericTypeWithMultipleBases3.ts, 10, 1))
34 var c: IC<number>;
36 >IC : Symbol(IC, Decl(genericTypeWithMultipleBases3.ts, 10, 1))
DgenericTypeWithMultipleBases3.js14 interface IC<T> extends IA<T>, IB<T> { }
16 var c: IC<number>;
DclassAbstractMergedDeclaration.errors.txt29 interface IC {}
30 abstract class IC {}
75 new IC;
/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() argument
316 if (IC.getCost() <= 0) in shouldBeDeferred()
336 int CandidateCost = IC.getCost() - 1; in shouldBeDeferred()
346 if (!ApplyLastCallBonus && TotalSecondaryCost >= IC.getCost()) in shouldBeDeferred()
382 if (inliningPreventsSomeOuterInline && TotalSecondaryCost < IC.getCost()) in shouldBeDeferred()
394 RemarkT &operator<<(RemarkT &&R, const InlineCost &IC) { in operator <<() argument
396 if (IC.isAlways()) { in operator <<()
398 } else if (IC.isNever()) { in operator <<()
401 R << "(cost=" << ore::NV("Cost", IC.getCost()) in operator <<()
402 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")"; in operator <<()
[all …]
DPartialInlining.cpp780 InlineCost IC = getInlineCost(cast<CallBase>(*Call), getInlineParams(), in shouldPartialInline() local
784 if (IC.isAlways()) { in shouldPartialInline()
793 if (IC.isNever()) { in shouldPartialInline()
803 if (!IC) { in shouldPartialInline()
808 << NV("Cost", IC.getCost()) << ", threshold=" in shouldPartialInline()
809 << NV("Threshold", IC.getCostDelta() + IC.getCost()) << ")"; in shouldPartialInline()
839 << NV("Caller", Caller) << " with cost=" << NV("Cost", IC.getCost()) in shouldPartialInline()
841 << NV("Threshold", IC.getCostDelta() + IC.getCost()) << ")"; in shouldPartialInline()
/third_party/typescript/tests/cases/conformance/classes/classDeclarations/classAbstractKeyword/
DclassAbstractMergedDeclaration.ts10 interface IC {} interface
11 abstract class IC {} class
34 new IC;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp595 auto *IC = dyn_cast<ICmpInst>(CheckCond); in parseRangeChecks() local
596 if (!IC || !IC->getOperand(0)->getType()->isIntegerTy() || in parseRangeChecks()
597 (IC->getPredicate() != ICmpInst::ICMP_ULT && in parseRangeChecks()
598 IC->getPredicate() != ICmpInst::ICMP_UGT)) in parseRangeChecks()
601 const Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1); in parseRangeChecks()
602 if (IC->getPredicate() == ICmpInst::ICMP_UGT) in parseRangeChecks()
605 auto &DL = IC->getModule()->getDataLayout(); in parseRangeChecks()
609 CmpRHS, IC); in parseRangeChecks()
DLoopSink.cpp230 Instruction *IC = I.clone(); in sinkInstruction() local
231 IC->setName(I.getName()); in sinkInstruction()
232 IC->insertBefore(&*N->getFirstInsertionPt()); in sinkInstruction()
234 I.replaceUsesWithIf(IC, [N](Use &U) { in sinkInstruction()
238 replaceDominatedUsesWith(&I, IC, DT, N); in sinkInstruction()
/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
221 if (IC && !IC.isAlways() && !Callee->hasFnAttribute(Attribute::InlineHint)) { in getInlineCost()
227 return IC; in getInlineCost()
/third_party/typescript/tests/cases/compiler/
DgenericTypeWithMultipleBases3.ts13 interface IC<T> extends IA<T>, IB<T> { } interface
15 var c: IC<number>;
/third_party/zlib/old/
DMakefile.riscos6 CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah
7 C++flags = -c -depend !Depend -IC: -throwback
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dmakefile.acorn5 CCflags = -c -depend !Depend -IC:,Zlib: -g -throwback -DRISCOS -fnah
6 C++flags = -c -depend !Depend -IC: -throwback
/third_party/skia/third_party/externals/libpng/scripts/
Dmakefile.acorn5 CCflags = -c -depend !Depend -IC:,Zlib: -g -throwback -DRISCOS -fnah
6 C++flags = -c -depend !Depend -IC: -throwback

12345678910>>...20