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

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp120 DereferenceInfo(const TypedValueRegion *R, bool NCB, bool IC) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp163 const auto *IC = dyn_cast<CXXInstanceCall>(&Call); local
178 const auto *IC = dyn_cast<CXXInstanceCall>(&Call); local
H A DMoveChecker.cpp623 const auto IC = dyn_cast<CXXInstanceCall>(&Call); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp432 Negate(bool LHSIsZero, Value *Root, InstCombiner &IC) argument
H A DInstCombineLoadStoreAlloca.cpp169 static Instruction *simplifyAllocaArraySize(InstCombiner &IC, AllocaInst &AI) { argument
237 PointerReplacer(InstCombiner &IC) argument
247 InstCombiner &IC; member in class:__anon4564::PointerReplacer
448 combineStoreToNewValue(InstCombiner &IC, StoreInst &SI, Value *V) argument
540 combineLoadToOperationType(InstCombiner &IC, LoadInst &LI) argument
608 unpackLoadToAggregate(InstCombiner &IC, LoadInst &LI) argument
807 canReplaceGEPIdxWithZero(InstCombiner &IC, GetElementPtrInst *GEPI, Instruction *MemI, unsigned &Idx) argument
877 replaceGEPIdxWithZero(InstCombiner &IC, Value *Ptr, T &MemI) argument
1036 likeBitCastFromVector(InstCombiner &IC, Value *V) argument
1097 combineStoreToValueType(InstCombiner &IC, StoreInst &SI) argument
1129 unpackStoreToAggregate(InstCombiner &IC, StoreInst &SI) argument
1269 removeBitcastsFromLoadStoreOnMinMax(InstCombiner &IC, StoreInst &SI) argument
[all...]
H A DInstCombineMulDivRem.cpp49 static Value *simplifyValueKnownNonZero(Value *V, InstCombiner &IC, argument
909 foldUDivPow2Cst(Value *Op0, Value *Op1, const BinaryOperator &I, InstCombiner &IC) argument
922 foldUDivShl(Value *Op0, Value *Op1, const BinaryOperator &I, InstCombiner &IC) argument
[all...]
H A DInstCombineShifts.cpp422 canEvaluateShiftedShift(unsigned OuterShAmt, bool IsOuterShl, Instruction *InnerShift, InstCombiner &IC, Instruction *CxtI) argument
474 canEvaluateShifted(Value *V, unsigned NumBits, bool IsLeftShift, InstCombiner &IC, Instruction *CxtI) argument
610 getShiftedValue(Value *V, unsigned NumBits, bool isLeftShift, InstCombiner &IC, const DataLayout &DL) argument
[all...]
H A DInstCombineSelect.cpp536 static Value *foldSelectICmpLshrAshr(const ICmpInst *IC, Value *TrueVal, argument
584 static Value *foldSelectICmpAndOr(const ICmpInst *IC, Value *TrueVal, argument
58 foldSelectBinOpIdentity(SelectInst &Sel, const TargetLibraryInfo &TLI, InstCombiner &IC) argument
1030 canonicalizeMinMaxWithConstant(SelectInst &Sel, ICmpInst &Cmp, InstCombiner &IC) argument
1074 canonicalizeAbsNabs(SelectInst &Sel, ICmpInst &Cmp, InstCombiner &IC) argument
1373 tryToReuseConstantFromSelectInComparison(SelectInst &Sel, ICmpInst &Cmp, InstCombiner &IC) argument
2015 canonicalizeScalarSelectOfVecs( SelectInst &Sel, InstCombiner &IC) argument
[all...]
H A DInstCombineVectorOps.cpp532 replaceExtractElements(InsertElementInst *InsElt, ExtractElementInst *ExtElt, InstCombiner &IC) argument
615 collectShuffleElements(Value *V, SmallVectorImpl<int> &Mask, Value *PermittedRHS, InstCombiner &IC) argument
H A DInstCombineCasts.cpp345 static bool canEvaluateTruncated(Value *V, Type *Ty, InstCombiner &IC, argument
462 foldVecTruncToExtElt(TruncInst &Trunc, InstCombiner &IC) argument
1033 canEvaluateZExtd(Value *V, Type *Ty, unsigned &BitsToClear, InstCombiner &IC, Instruction *CxtI) argument
1966 optimizeVectorResizeWithIntegerBitCasts(Value *InVal, VectorType *DestTy, InstCombiner &IC) argument
2167 optimizeIntegerToVectorInsertions(BitCastInst &CI, InstCombiner &IC) argument
2196 canonicalizeBitCastExtElt(BitCastInst &BitCast, InstCombiner &IC) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp230 Instruction *IC = I.clone(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInline.cpp215 auto IC = llvm::getInlineCost(CB, Callee, LocalParams, TTI, local
H A DAMDGPURegisterBankInfo.cpp1969 auto IC = B.buildConstant(S32, I); local
2054 auto IC = B.buildConstant(S32, I); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp180 shouldBeDeferred(Function *Caller, InlineCost IC, int &TotalSecondaryCost, argument
272 RemarkT &operator<<(RemarkT &&R, const InlineCost &IC) { argument
288 inlineCostStr(const InlineCost &IC) argument
290 Remark << IC; local
391 emitInlinedInto(OptimizationRemarkEmitter &ORE, DebugLoc DLoc, const BasicBlock *Block, const Function &Callee, const Function &Caller, const InlineCost &IC, bool ForProfileContext, const char *PassName) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp413 InlineCommandComment *IC; local
/freebsd-13-stable/libexec/getty/
H A Dgettytab.h89 #define IC gettystrs[27].value macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp777 InlineCost IC = local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.h146 bool isKeyEqual(Record *IC, ArrayRef<unsigned> W, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp819 const AArch64IC::IC *IC = AArch64IC::lookupICByEncoding(Encoding); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h366 struct IC : SysAliasReg { struct in namespace:llvm::AArch64IC
/freebsd-13-stable/sys/mips/include/
H A Dregnum.h110 #define IC 38 macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp215 DeclContext *IC = S.computeDeclContext(getBaseObjectType()); local
H A DSemaObjCProperty.cpp1108 ObjCImplementationDecl *IC = nullptr; local
[all...]
H A DSemaTemplateInstantiateDecl.cpp3204 OMPClause *IC = SemaRef.ActOnOpenMPAllocatorClause( local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1531 unsigned IC = PV.IterCount; local

Completed in 394 milliseconds

12