| /external/llvm/lib/IR/ |
| D | Use.cpp | 24 Value *OldVal = Val; in swap() local
|
| D | DebugLoc.cpp | 312 MDNode *OldVal = get(); in allUsesReplacedWith() local
|
| D | Core.cpp | 548 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) { in LLVMReplaceAllUsesWith()
|
| /external/clang/test/CodeGen/ |
| D | builtins-arm-exclusive.c | 7 int Failure, OldVal; in atomic_inc() local
|
| /external/compiler-rt/lib/ubsan/ |
| D | ubsan_handlers.cc | 113 ValueHandle OldVal) { in __ubsan_handle_negate_overflow() 129 ValueHandle OldVal) { in __ubsan_handle_negate_overflow_abort()
|
| /external/llvm/lib/ExecutionEngine/ |
| D | ExecutionEngine.cpp | 153 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/ |
| D | RAIIObjectsForParser.h | 266 bool OldVal; variable
|
| /external/llvm/lib/Transforms/Utils/ |
| D | Local.cpp | 607 static Value *selectIncomingValueForBlock(Value *OldVal, BasicBlock *BB, in selectIncomingValueForBlock() 673 Value *OldVal = PN->removeIncomingValue(BB, false); in redirectValuesFromPredecessorsToPhi() local
|
| D | SSAUpdater.cpp | 186 Value *OldVal = U.get(); in RewriteUse() local
|
| /external/llvm/examples/Kaleidoscope/Chapter5/ |
| D | toy.cpp | 602 Value *OldVal = NamedValues[VarName]; in Codegen() local
|
| /external/llvm/examples/Kaleidoscope/Chapter6/ |
| D | toy.cpp | 706 Value *OldVal = NamedValues[VarName]; in Codegen() local
|
| /external/clang/lib/Lex/ |
| D | LiteralSupport.cpp | 934 llvm::APInt OldVal = Val; in GetIntegerValue() local
|
| /external/llvm/lib/Target/Mips/ |
| D | MipsISelLowering.cpp | 987 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/ |
| D | toy-jit.cpp | 817 AllocaInst *OldVal = NamedValues[VarName]; in Codegen() local
|
| D | toy.cpp | 1097 AllocaInst *OldVal = NamedValues[VarName]; in Codegen() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeTypes.cpp | 714 SDValue OldVal(N, i); in ReplaceValueWith() local
|
| /external/llvm/examples/Kaleidoscope/Chapter7/ |
| D | toy.cpp | 808 AllocaInst *OldVal = NamedValues[VarName]; in Codegen() local
|
| /external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| D | toy-jit.cpp | 835 AllocaInst *OldVal = NamedValues[VarName]; in Codegen() local
|
| D | toy.cpp | 1199 AllocaInst *OldVal = NamedValues[VarName]; in Codegen() local
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.cpp | 2765 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/ |
| D | toy.cpp | 1057 AllocaInst *OldVal = NamedValues[VarName]; in Codegen() local
|
| /external/clang/include/clang/Lex/ |
| D | Preprocessor.h | 812 bool OldVal = DisableMacroExpansion; in LexUnexpandedToken() local
|
| /external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| D | toy.cpp | 1377 AllocaInst *OldVal = NamedValues[VarName]; in Codegen() local
|
| /external/llvm/bindings/ocaml/llvm/ |
| D | llvm_ocaml.c | 567 CAMLprim value llvm_replace_all_uses_with(LLVMValueRef OldVal, in llvm_replace_all_uses_with()
|