Home
last modified time | relevance | path

Searched defs:With (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h122 static void replaceAllUsesWithDefault(Instruction *I, Value *With) { in replaceAllUsesWithDefault()
136 void substituteInParent(Instruction *I, Value *With) { in substituteInParent()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h298 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { in With() function
910 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With() function
1551 MockSpec<F> With(Matcher<Args>... m) { in With() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp125 static void replaceCall(Instruction *I, Value *With) { in replaceCall()
130 static void replaceCall(FPMathOperator *I, Value *With) { in replaceCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3961 auto InstCombineRAUW = [this](Instruction *From, Value *With) { in tryOptimizeCall()
3969 if (Value *With = Simplifier.optimizeCall(CI, Builder)) { in tryOptimizeCall() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp110 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { in isOnlyUsedInEqualityComparison()
4227 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c16406 typedef struct With With; typedef
21469 struct With { struct
21472 With *pOuter; /* Containing WITH clause, or NULL */ argument
21476 /* The size (in bytes) of a With object that can hold as many argument