Home
last modified time | relevance | path

Searched defs:IC (Results 1 - 23 of 23) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dcast5.c32 #define IC(x) (((x) >> 8) & 0xff) macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp230 Instruction *IC = I.clone(); in sinkInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInline.cpp217 auto IC = llvm::getInlineCost(cast<CallBase>(*CS.getInstruction()), Callee, in getInlineCost() local
H A DSIISelLowering.cpp9350 SDValue IC = DAG.getConstant(I, SL, IdxVT); in performExtractVectorEltCombine() local
9425 SDValue IC = DAG.getConstant(I, SL, IdxVT); in performInsertVectorEltCombine() local
/third_party/node/deps/v8/src/ic/
H A Dic.h27 class IC { class
[all...]
H A Dic.cc193 IC::IC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, in IC() function in v8::internal::IC
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DInliner.cpp307 shouldBeDeferred(Function *Caller, CallSite CS, InlineCost IC, in shouldBeDeferred() argument
394 RemarkT &operator<<(RemarkT &&R, const InlineCost &IC) { in operator <<() argument
409 inlineCostStr(const InlineCost &IC) inlineCostStr() argument
411 Remark << IC; inlineCostStr() local
507 emit_inlined_into(OptimizationRemarkEmitter &ORE, DebugLoc &DLoc, const BasicBlock *Block, const Function &Callee, const Function &Caller, const InlineCost &IC) emit_inlined_into() argument
[all...]
H A DPartialInlining.cpp780 InlineCost IC = getInlineCost(cast<CallBase>(*Call), getInlineParams(), in shouldPartialInline() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A 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/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp818 const AArch64IC::IC *IC = AArch64IC::lookupICByEncoding(Encoding); in printSysAlias() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h366 struct IC : SysAliasReg { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp182 static Instruction *simplifyAllocaArraySize(InstCombiner &IC, AllocaInst &AI) { in simplifyAllocaArraySize() argument
253 PointerReplacer(InstCombiner &IC) argument
263 InstCombiner &IC; global() member in __anon25051::PointerReplacer
482 combineStoreToNewValue(InstCombiner &IC, StoreInst &SI, Value *V) combineStoreToNewValue() argument
574 combineLoadToOperationType(InstCombiner &IC, LoadInst &LI) combineLoadToOperationType() argument
644 unpackLoadToAggregate(InstCombiner &IC, LoadInst &LI) unpackLoadToAggregate() argument
847 canReplaceGEPIdxWithZero(InstCombiner &IC, GetElementPtrInst *GEPI, Instruction *MemI, unsigned &Idx) canReplaceGEPIdxWithZero() argument
917 replaceGEPIdxWithZero(InstCombiner &IC, Value *Ptr, T &MemI) replaceGEPIdxWithZero() argument
1086 likeBitCastFromVector(InstCombiner &IC, Value *V) likeBitCastFromVector() argument
1147 combineStoreToValueType(InstCombiner &IC, StoreInst &SI) combineStoreToValueType() argument
1179 unpackStoreToAggregate(InstCombiner &IC, StoreInst &SI) unpackStoreToAggregate() argument
1323 removeBitcastsFromLoadStoreOnMinMax(InstCombiner &IC, StoreInst &SI) removeBitcastsFromLoadStoreOnMinMax() argument
[all...]
H A DInstCombineMulDivRem.cpp49 static Value *simplifyValueKnownNonZero(Value *V, InstCombiner &IC, in simplifyValueKnownNonZero() argument
846 foldUDivPow2Cst(Value *Op0, Value *Op1, const BinaryOperator &I, InstCombiner &IC) foldUDivPow2Cst() argument
859 foldUDivShl(Value *Op0, Value *Op1, const BinaryOperator &I, InstCombiner &IC) foldUDivShl() argument
[all...]
H A DInstCombineShifts.cpp423 canEvaluateShiftedShift(unsigned OuterShAmt, bool IsOuterShl, Instruction *InnerShift, InstCombiner &IC, Instruction *CxtI) canEvaluateShiftedShift() argument
475 canEvaluateShifted(Value *V, unsigned NumBits, bool IsLeftShift, InstCombiner &IC, Instruction *CxtI) canEvaluateShifted() argument
611 getShiftedValue(Value *V, unsigned NumBits, bool isLeftShift, InstCombiner &IC, const DataLayout &DL) getShiftedValue() argument
[all...]
H A DInstCombineSelect.cpp539 static Value *foldSelectICmpLshrAshr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpLshrAshr() argument
587 static Value *foldSelectICmpAndOr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpAndOr() argument
[all...]
H A DInstCombineVectorOps.cpp522 replaceExtractElements(InsertElementInst *InsElt, ExtractElementInst *ExtElt, InstCombiner &IC) replaceExtractElements() argument
606 collectShuffleElements(Value *V, SmallVectorImpl<Constant *> &Mask, Value *PermittedRHS, InstCombiner &IC) collectShuffleElements() argument
H A DInstCombineCasts.cpp342 static bool canEvaluateTruncated(Value *V, Type *Ty, InstCombiner &IC, in canEvaluateTruncated() argument
457 foldVecTruncToExtElt(TruncInst &Trunc, InstCombiner &IC) foldVecTruncToExtElt() argument
983 canEvaluateZExtd(Value *V, Type *Ty, unsigned &BitsToClear, InstCombiner &IC, Instruction *CxtI) canEvaluateZExtd() argument
1864 optimizeVectorResizeWithIntegerBitCasts(Value *InVal, VectorType *DestTy, InstCombiner &IC) optimizeVectorResizeWithIntegerBitCasts() argument
2066 optimizeIntegerToVectorInsertions(BitCastInst &CI, InstCombiner &IC) optimizeIntegerToVectorInsertions() argument
2095 canonicalizeBitCastExtElt(BitCastInst &BitCast, InstCombiner &IC) canonicalizeBitCastExtElt() argument
[all...]
H A DInstCombineCalls.cpp1188 static Instruction *foldCttzCtlz(IntrinsicInst &II, InstCombiner &IC) { in foldCttzCtlz() argument
1162 simplifyInvariantGroupIntrinsic(IntrinsicInst &II, InstCombiner &IC) simplifyInvariantGroupIntrinsic() argument
1264 foldCtpop(IntrinsicInst &II, InstCombiner &IC) foldCtpop() argument
1304 simplifyX86MaskedLoad(IntrinsicInst &II, InstCombiner &IC) simplifyX86MaskedLoad() argument
1340 simplifyX86MaskedStore(IntrinsicInst &II, InstCombiner &IC) simplifyX86MaskedStore() argument
1485 removeTriviallyEmptyRange(IntrinsicInst &I, unsigned StartID, unsigned EndID, InstCombiner &IC) removeTriviallyEmptyRange() argument
1508 SimplifyNVVMIntrinsic(IntrinsicInst *II, InstCombiner &IC) SimplifyNVVMIntrinsic() argument
[all...]
H A DInstCombineCompares.cpp425 static Value *evaluateGEPOffsetExpression(User *GEP, InstCombiner &IC, in evaluateGEPOffsetExpression() argument
1255 processUGT_ADDCST_ADD(ICmpInst &I, Value *A, Value *B, ConstantInt *CI2, ConstantInt *CI1, InstCombiner &IC) processUGT_ADDCST_ADD() argument
4562 processUMulZExtIdiom(ICmpInst &I, Value *MulVal, Value *OtherVal, InstCombiner &IC) processUMulZExtIdiom() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1531 unsigned IC = PV.IterCount; in generate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp349 InfixCalculator IC; member in __anon24885::X86AsmParser::IntelExprStateMachine
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp3250 void Verifier::visitICmpInst(ICmpInst &IC) { in visitICmpInst() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2903 const AArch64IC::IC *IC = AArch64IC::lookupICByName(Op); in parseSysAlias() local
[all...]

Completed in 77 milliseconds