Home
last modified time | relevance | path

Searched defs:OldVal (Results 1 – 24 of 24) sorted by relevance

/external/llvm/lib/IR/
DUse.cpp24 Value *OldVal = Val; in swap() local
DDebugLoc.cpp312 MDNode *OldVal = get(); in allUsesReplacedWith() local
DCore.cpp548 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) { in LLVMReplaceAllUsesWith()
/external/clang/test/CodeGen/
Dbuiltins-arm-exclusive.c7 int Failure, OldVal; in atomic_inc() local
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc113 ValueHandle OldVal) { in __ubsan_handle_negate_overflow()
129 ValueHandle OldVal) { in __ubsan_handle_negate_overflow_abort()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp153 void *OldVal; in RemoveMapping() local
214 void *OldVal = CurVal; in updateGlobalMapping() local
1357 void *OldVal = EES->GlobalAddressMap.lookup(Old); in onDelete() local
/external/clang/lib/Parse/
DRAIIObjectsForParser.h266 bool OldVal; variable
/external/llvm/lib/Transforms/Utils/
DLocal.cpp607 static Value *selectIncomingValueForBlock(Value *OldVal, BasicBlock *BB, in selectIncomingValueForBlock()
673 Value *OldVal = PN->removeIncomingValue(BB, false); in redirectValuesFromPredecessorsToPhi() local
DSSAUpdater.cpp186 Value *OldVal = U.get(); in RewriteUse() local
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp602 Value *OldVal = NamedValues[VarName]; in Codegen() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp706 Value *OldVal = NamedValues[VarName]; in Codegen() local
/external/clang/lib/Lex/
DLiteralSupport.cpp934 llvm::APInt OldVal = Val; in GetIntegerValue() local
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp987 unsigned OldVal = MI->getOperand(0).getReg(); in emitAtomicBinary() local
1093 unsigned OldVal = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1251 unsigned OldVal = MI->getOperand(2).getReg(); in emitAtomicCmpSwap() local
1326 unsigned OldVal = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp817 AllocaInst *OldVal = NamedValues[VarName]; in Codegen() local
Dtoy.cpp1097 AllocaInst *OldVal = NamedValues[VarName]; in Codegen() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp714 SDValue OldVal(N, i); in ReplaceValueWith() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp808 AllocaInst *OldVal = NamedValues[VarName]; in Codegen() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp835 AllocaInst *OldVal = NamedValues[VarName]; in Codegen() local
Dtoy.cpp1199 AllocaInst *OldVal = NamedValues[VarName]; in Codegen() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2765 unsigned OldVal = MRI.createVirtualRegister(RC); in emitAtomicLoadBinary() local
2888 unsigned OldVal = MRI.createVirtualRegister(RC); in emitAtomicLoadMinMax() local
2994 unsigned OldVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp1057 AllocaInst *OldVal = NamedValues[VarName]; in Codegen() local
/external/clang/include/clang/Lex/
DPreprocessor.h812 bool OldVal = DisableMacroExpansion; in LexUnexpandedToken() local
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1377 AllocaInst *OldVal = NamedValues[VarName]; in Codegen() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c567 CAMLprim value llvm_replace_all_uses_with(LLVMValueRef OldVal, in llvm_replace_all_uses_with()