Home
last modified time | relevance | path

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

12

/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-10.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp592 Value *NewV = cloneInstructionWithNewAddressSpace( in cloneValueWithNewAddressSpace() local
787 Value *NewV) { in handleMemIntrinsicPtrUse()
893 User *NewV = cast<User>(ValueWithNewAddrSpace.lookup(V)); in rewriteWithNewAddressSpaces() local
905 Value *NewV = ValueWithNewAddrSpace.lookup(V); in rewriteWithNewAddressSpaces() local
DFloat2Int.cpp464 Value *NewV = nullptr; in convert() local
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp457 Value *NewV = nullptr; in convert() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAtomicOptimizer.cpp476 Value *NewV = nullptr; in optimizeAtomic() 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-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp350 if (Value *NewV = Materializer->materialize(const_cast<Value *>(V))) { in mapValue() local
978 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-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp380 Value *Simplifier::Context::subst(Value *Tree, Value *OldV, Value *NewV) { in subst()
406 void Simplifier::Context::replace(Value *OldV, Value *NewV) { in replace()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h225 Value *OldV, Value *NewV) const { in rewriteIntrinsicWithAddressSpace()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp745 Value *NewV = createFSub(Zero, V); in createFNeg() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h169 Value *OldV, Value *NewV) const { in rewriteIntrinsicWithAddressSpace()
DTargetTransformInfo.h1473 IntrinsicInst *II, Value *OldV, Value *NewV) const override { in rewriteIntrinsicWithAddressSpace()
/external/clang/utils/TableGen/
DNeonEmitter.cpp1229 Variable NewV(V.getType(), NewName + VariablePostfix); in emitArgumentReversal() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp667 Value *NewV = createFSub(Zero, V); in createFNeg() local
DInstCombineCasts.cpp2318 Value *NewV = nullptr; in optimizeBitCastFromPhi() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp640 static bool OptimizeAwayTrappingUsesOfValue(Value *V, Constant *NewV) { in OptimizeAwayTrappingUsesOfValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp692 static bool OptimizeAwayTrappingUsesOfValue(Value *V, Constant *NewV) { in OptimizeAwayTrappingUsesOfValue()
DAttributor.cpp298 Value *NewV = nullptr; in genericValueTraversal() local
6049 Value *NewV = It.second; in run() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1012 Value* NewV = llvm::UndefValue::get(RTy); in VisitShuffleVectorExpr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4153 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-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp8272 auto ExractInto = [&DAG, &dl](SDValue NewV, SDValue ConVec, unsigned &j) { in LowerCONCAT_VECTORS_i1()

12