Home
last modified time | relevance | path

Searched defs:ResI (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp442 if (auto *ResI = dyn_cast<Instruction>(Res)) in ReduceExpressionGraph() local
477 if (auto *ResI = dyn_cast<Instruction>(Res)) in ReduceExpressionGraph() local
494 if (auto *ResI = dyn_cast<Instruction>(Res)) in ReduceExpressionGraph() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp682 ResI = Builder.CreateFNeg(Op.second, "neg.i"); in VisitMinus() local
698 llvm::Value *ResI; VisitUnaryNot() local
708 llvm::Value *ResR, *ResI; EmitBinAdd() local
728 llvm::Value *ResR, *ResI; EmitBinSub() local
811 Value *ResR, *ResI; EmitBinMul() local
[all...]
/llvm-project/llvm/lib/LTO/
H A DLTO.cpp620 auto *ResI = Res.begin(); addModuleToGlobalRes() local
686 auto ResI = Res.begin(); writeToResolutionFile() local
719 const SymbolResolution *ResI = Res.begin(); add() local
729 addModule(InputFile & Input,unsigned ModI,const SymbolResolution * & ResI,const SymbolResolution * ResE) addModule() argument
818 addRegularLTO(BitcodeModule BM,ArrayRef<InputFile::Symbol> Syms,const SymbolResolution * & ResI,const SymbolResolution * ResE) addRegularLTO() argument
1010 addThinLTO(BitcodeModule BM,ArrayRef<InputFile::Symbol> Syms,const SymbolResolution * & ResI,const SymbolResolution * ResE) addThinLTO() argument
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp314 Instruction *ResI = nullptr; in tryReassociate() local
H A DScalarizer.cpp916 unsigned ResI = 0; visitBitCastInst() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp2124 auto ResI = TidSummary->WPDRes.find(Slot.ByteOffset); importResolution() local
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp15190 HandleComplexComplexMul(APFloat A,APFloat B,APFloat C,APFloat D,APFloat & ResR,APFloat & ResI) HandleComplexComplexMul() argument
15246 HandleComplexComplexDiv(APFloat A,APFloat B,APFloat C,APFloat D,APFloat & ResR,APFloat & ResI) HandleComplexComplexDiv() argument
15367 APFloat &ResI = Result.getComplexFloatImag(); VisitBinaryOperator() local
15410 APFloat &ResI = Result.getComplexFloatImag(); VisitBinaryOperator() local
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp17221 if (auto *ResI = dyn_cast<Instruction>(Res)) tryToReduce() local