Searched defs:ResI (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | TruncInstCombine.cpp | 442 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
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 625 llvm::Value *ResR, *ResI; VisitMinus() local 641 llvm::Value *ResI; VisitUnaryNot() local 651 llvm::Value *ResR, *ResI; EmitBinAdd() local 671 llvm::Value *ResR, *ResI; EmitBinSub() local 754 Value *ResR, *ResI; EmitBinMul() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 607 auto *ResI = Res.begin(); addModuleToGlobalRes() local 673 auto ResI = Res.begin(); writeToResolutionFile() local 706 const SymbolResolution *ResI = Res.begin(); add() local 716 addModule(InputFile & Input,unsigned ModI,const SymbolResolution * & ResI,const SymbolResolution * ResE) addModule() argument 805 addRegularLTO(BitcodeModule BM,ArrayRef<InputFile::Symbol> Syms,const SymbolResolution * & ResI,const SymbolResolution * ResE) addRegularLTO() argument 997 addThinLTO(BitcodeModule BM,ArrayRef<InputFile::Symbol> Syms,const SymbolResolution * & ResI,const SymbolResolution * ResE) addThinLTO() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 314 Instruction *ResI = nullptr; in tryReassociate() local
|
H A D | Scalarizer.cpp | 916 unsigned ResI = 0; in visitBitCastInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 2132 auto ResI = TidSummary->WPDRes.find(Slot.ByteOffset); importResolution() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 14927 APFloat &ResI = Result.getComplexFloatImag(); VisitBinaryOperator() local 15008 APFloat &ResI = Result.getComplexFloatImag(); VisitBinaryOperator() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 14626 if (auto *ResI = dyn_cast<Instruction>(Res)) tryToReduce() local
|