/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | LoopUnrollAnalyzer.cpp | 79 Value *SimpleV = nullptr; in visitBinaryOperator() local
|
H A D | InlineCost.cpp | 766 Value *SimpleV = nullptr; in visitBinaryOperator() local
|
H A D | InstructionSimplify.cpp | 4257 static bool replaceAndRecursivelySimplifyImpl(Instruction *I, Value *SimpleV, in replaceAndRecursivelySimplifyImpl() 4318 bool llvm::replaceAndRecursivelySimplify(Instruction *I, Value *SimpleV, in replaceAndRecursivelySimplify()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | LoopUnrollAnalyzer.cpp | 77 Value *SimpleV = nullptr; in visitBinaryOperator() local
|
H A D | InlineCost.cpp | 1336 Value *SimpleV = nullptr; in visitBinaryOperator() local 1372 Value *SimpleV = SimplifyFNegInst( in visitFNeg() local
|
H A D | InstructionSimplify.cpp | 5520 Instruction *I, Value *SimpleV, const TargetLibraryInfo *TLI, in replaceAndRecursivelySimplifyImpl() 5586 Instruction *I, Value *SimpleV, const TargetLibraryInfo *TLI, in replaceAndRecursivelySimplify()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | LoopUnrollAnalyzer.cpp | 86 Value *SimpleV = nullptr; in visitBinaryOperator() local
|
H A D | InlineCost.cpp | 2027 Value *SimpleV = nullptr; in visitBinaryOperator() local 2063 Value *SimpleV = simplifyFNegInst( in visitFNeg() local
|
H A D | InstructionSimplify.cpp | 6733 Instruction *I, Value *SimpleV, const TargetLibraryInfo *TLI, in replaceAndRecursivelySimplifyImpl() 6792 Instruction *I, Value *SimpleV, const TargetLibraryInfo *TLI, in replaceAndRecursivelySimplify()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 627 Value *SimpleV = SimplifyInstruction(I, DL); in CloneAndPruneIntoFromInst() local
|
H A D | Local.cpp | 573 if (Value *SimpleV = SimplifyInstruction(I, DL)) { in simplifyAndDCEInstruction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 816 Value *SimpleV = simplifyInstruction(I, DL); in CloneAndPruneIntoFromInst() local
|
H A D | Local.cpp | 696 if (Value *SimpleV = simplifyInstruction(I, DL)) { in simplifyAndDCEInstruction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 6119 std::optional<Value *> SimpleV = A.getAssumedSimplified( in reproduceValue() local 6749 std::optional<Constant *> SimpleV = in getAPInt() local 6762 if (std::optional<Constant *> SimpleV = in getSize() local 10488 std::optional<Value *> SimpleV = in addValue() local 10726 std::optional<Value *> SimpleV = A.getAssumedSimplified( in handleSelectInst() local 10834 std::optional<Value *> SimpleV = A.getAssumedSimplified( in handlePHINode() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 456 if (Value *SimpleV = SimplifyInstruction(I, DL)) { in simplifyAndDCEInstruction() local
|