Home
last modified time | relevance | path

Searched defs:NewV (Results 1 – 23 of 23) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingPort.h59 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
66 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
74 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
81 #define COMPILER_RT_BOOL_CMPXCHG(Ptr, OldV, NewV) \ argument
DInstrProfilingUtil.c51 uint32_t lprofBoolCmpXchg(void **Ptr, void *OldV, void *NewV) { in lprofBoolCmpXchg()
/external/llvm/lib/Target/NVPTX/
DNVPTXInferAddressSpaces.cpp390 Value *NewV = cloneInstructionWithNewAddressSpace( in cloneValueWithNewAddressSpace() local
532 User *NewV = cast<User>(ValueWithNewAddrSpace.lookup(V)); in rewriteWithNewAddressSpaces() local
540 Value *NewV = ValueWithNewAddrSpace.lookup(V); in rewriteWithNewAddressSpaces() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp587 Value *NewV = cloneInstructionWithNewAddressSpace( in cloneValueWithNewAddressSpace() local
780 Value *NewV) { in handleMemIntrinsicPtrUse()
888 User *NewV = cast<User>(ValueWithNewAddrSpace.lookup(V)); in rewriteWithNewAddressSpaces() local
900 Value *NewV = ValueWithNewAddrSpace.lookup(V); in rewriteWithNewAddressSpaces() local
DFloat2Int.cpp443 Value *NewV = nullptr; in convert() local
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp457 Value *NewV = nullptr; in convert() local
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp350 if (Value *NewV = Materializer->materialize(const_cast<Value *>(V))) { in mapValue() local
961 Constant *NewV; in mapAppendingVariable() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp351 if (Value *NewV = Materializer->materialize(const_cast<Value *>(V))) { in mapValue() local
981 Constant *NewV; in mapAppendingVariable() local
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp277 const llvm::APSInt &NewV = getBasicVals().Convert(T, *Int); in getSVal() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp379 Value *Simplifier::Context::subst(Value *Tree, Value *OldV, Value *NewV) { in subst()
405 void Simplifier::Context::replace(Value *OldV, Value *NewV) { in replace()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp745 Value *NewV = createFSub(Zero, V); in createFNeg() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp755 Value *NewV = createFSub(Zero, V); in createFNeg() local
DInstCombineCasts.cpp2196 Value *NewV = nullptr; in optimizeBitCastFromPhi() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp1220 void VSO::replaceInSearchOrder(VSO &OldV, VSO &NewV) { in replaceInSearchOrder()
/external/clang/utils/TableGen/
DNeonEmitter.cpp1229 Variable NewV(V.getType(), NewName + VariablePostfix); in emitArgumentReversal() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp640 static bool OptimizeAwayTrappingUsesOfValue(Value *V, Constant *NewV) { in OptimizeAwayTrappingUsesOfValue()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp706 static bool OptimizeAwayTrappingUsesOfValue(Value *V, Constant *NewV) { in OptimizeAwayTrappingUsesOfValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp678 static bool OptimizeAwayTrappingUsesOfValue(Value *V, Constant *NewV) { in OptimizeAwayTrappingUsesOfValue()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp4532 SDValue NewV = (Index < NumElems) ? SV->getOperand(0) : SV->getOperand(1); in getShuffleScalarElt() local
4647 SDValue NewV = (Index < NumElems) ? N->getOperand(0) : N->getOperand(1); in getShuffleScalarElt() local
5499 SDValue NewV; in LowerVECTOR_SHUFFLEv8i16() local
5772 SDValue NewV = V2Only ? V2 : V1; in LowerVECTOR_SHUFFLEv16i8() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1012 Value* NewV = llvm::UndefValue::get(RTy); in VisitShuffleVectorExpr() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3140 Value *NewV = propagateMetadata(V, E->Scalars); in vectorizeTree() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp5212 SDValue NewV = (Elt < (int)NumElems) ? SV->getOperand(0) in getShuffleScalarElt() local
5237 SDValue NewV = (Elt < NumElems) ? ShuffleOps[0] : ShuffleOps[1]; in getShuffleScalarElt() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp6416 SDValue NewV = (Elt < (int)NumElems) ? SV->getOperand(0) in getShuffleScalarElt() local
6441 SDValue NewV = (Elt < NumElems) ? ShuffleOps[0] : ShuffleOps[1]; in getShuffleScalarElt() local