HomeSort by relevance Sort by last modified time
    Searched defs:Old (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/clang/test/CXX/temp/temp.type/
p1-0x.cpp 3 namespace Old {
  /external/compiler-rt/lib/profile/
InstrProfilingUtil.c 61 void *Old = *Mem;
63 return Old;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 37 uintptr_t Old = Map[WordIdx];
38 uintptr_t New = Old | (1UL << BitIdx);
40 return New != Old;
  /prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 37 uintptr_t Old = Map[WordIdx];
38 uintptr_t New = Old | (1UL << BitIdx);
40 return New != Old;
  /prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 37 uintptr_t Old = Map[WordIdx];
38 uintptr_t New = Old | (1UL << BitIdx);
40 return New != Old;
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 37 uintptr_t Old = Map[WordIdx];
38 uintptr_t New = Old | (1UL << BitIdx);
40 return New != Old;
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 37 uintptr_t Old = Map[WordIdx];
38 uintptr_t New = Old | (1UL << BitIdx);
40 return New != Old;
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 37 uintptr_t Old = Map[WordIdx];
38 uintptr_t New = Old | (1UL << BitIdx);
40 return New != Old;
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 37 uintptr_t Old = Map[WordIdx];
38 uintptr_t New = Old | (1UL << BitIdx);
40 return New != Old;
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeRegisterInfo.cpp 96 MachineInstr *Old = I;
97 int Amount = Old->getOperand(0).getImm() + 4;
106 if (Old->getOpcode() == MBlaze::ADJCALLSTACKDOWN) {
107 New = BuildMI(MF,Old->getDebugLoc(),TII.get(MBlaze::ADDIK),MBlaze::R1)
110 assert(Old->getOpcode() == MBlaze::ADJCALLSTACKUP);
111 New = BuildMI(MF,Old->getDebugLoc(),TII.get(MBlaze::ADDIK),MBlaze::R1)
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
ValueMapper.cpp 191 MDNode *Old = MI->second;
192 MDNode *New = MapValue(Old, VMap, Flags, TypeMapper);
193 if (New != Old)
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyRegColoring.cpp 137 unsigned Old = LI->reg;
139 const TargetRegisterClass *RC = MRI->getRegClass(Old);
142 if (!MRI->isLiveIn(Old))
157 Changed |= Old != New;
169 unsigned Old = SortedIntervals[i]->reg;
171 if (Old != New)
172 MRI->replaceRegWith(Old, New);
  /external/llvm/tools/bugpoint/
BugDriver.h 136 /// the old one.
144 AbstractInterpreter *Old = Interpreter;
146 return Old;
154 /// method to update bugdriver with it. This deletes the old module and sets
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaRegisterInfo.cpp 93 MachineInstr *Old = I;
94 uint64_t Amount = Old->getOperand(0).getImm();
103 if (Old->getOpcode() == Alpha::ADJUSTSTACKDOWN) {
104 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Alpha::LDA), Alpha::R30)
107 assert(Old->getOpcode() == Alpha::ADJUSTSTACKUP);
108 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Alpha::LDA), Alpha::R30)
166 //fix up the old:
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
BugDriver.h 141 /// the old one.
149 AbstractInterpreter *Old = Interpreter;
151 return Old;
159 /// method to update bugdriver with it. This deletes the old module and sets
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 238 MachineInstr &Old = *I;
239 uint64_t Amount = Old.getOperand(0).getImm();
247 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) {
249 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP)
253 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode());
255 uint64_t CalleeAmt = Old.getOperand(1).getImm();
258 New = BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::ADD16ri),
276 MachineInstr &Old = *I;
278 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP)
  /external/llvm/unittests/Transforms/Utils/
ValueMapperTest.cpp 134 Metadata *Old = MDTuple::getDistinct(Context, None);
135 auto *D = MDTuple::getDistinct(Context, Old);
136 ASSERT_EQ(Old, D->getOperand(0));
140 VM.MD()[Old].reset(New);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb1RegisterInfo.cpp 316 MachineInstr *Old = I;
317 DebugLoc dl = Old->getDebugLoc();
318 unsigned Amount = Old->getOperand(0).getImm();
327 unsigned Opc = Old->getOpcode();
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430RegisterInfo.cpp 113 MachineInstr *Old = I;
114 uint64_t Amount = Old->getOperand(0).getImm();
122 if (Old->getOpcode() == TII.getCallFrameSetupOpcode()) {
123 New = BuildMI(MF, Old->getDebugLoc(),
127 assert(Old->getOpcode() == TII.getCallFrameDestroyOpcode());
129 uint64_t CalleeAmt = Old->getOperand(1).getImm();
132 New = BuildMI(MF, Old->getDebugLoc(),
149 MachineInstr *Old = I;
151 BuildMI(MF, Old->getDebugLoc(), TII.get(MSP430::SUB16ri),
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreRegisterInfo.cpp 123 MachineInstr *Old = I;
124 uint64_t Amount = Old->getOperand(0).getImm();
146 if (Old->getOpcode() == XCore::ADJCALLSTACKDOWN) {
148 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode))
151 assert(Old->getOpcode() == XCore::ADJCALLSTACKUP);
153 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode), XCore::SP)
307 // Erase old instruction.
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 250 ExplodedNode *Old = Storage.get<ExplodedNode *>();
255 V->push_back(Old, Ctx);
405 // from the old node to the new node.
409 // Also record the reverse mapping from the new node to the old node.
  /external/llvm/lib/Target/AMDGPU/
SIFoldOperands.cpp 102 MachineOperand &Old = MI->getOperand(Fold.UseOpNo);
103 assert(Old.isReg());
106 Old.ChangeToImmediate(Fold.ImmToFold);
111 if (TargetRegisterInfo::isVirtualRegister(Old.getReg()) &&
113 Old.substVirtReg(New->getReg(), New->getSubReg(), TRI);
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 62 MachineInstr &Old = *I;
63 DebugLoc dl = Old.getDebugLoc();
64 unsigned Amount = Old.getOperand(0).getImm();
73 unsigned Opc = Old.getOpcode();
460 // Erase the old instruction (tBX_RET or tPOP).
548 // Erase the old instruction.
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 385 FunctionDecl *Old = cast<FunctionDecl>(LM.Method)->getPreviousDecl();
386 ParmVarDecl *OldParam = Old->getParamDecl(I);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 492 MachineInstr *Old = I;
493 uint64_t Amount = Old->getOperand(0).getImm();
515 if (Old->getOpcode() == XCore::ADJCALLSTACKDOWN) {
517 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode))
520 assert(Old->getOpcode() == XCore::ADJCALLSTACKUP);
522 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode), XCore::SP)

Completed in 492 milliseconds

1 2 3