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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.type/
p1-0x.cpp 3 namespace Old {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.h 37 /// whose machine code is at OLD turns into a call to NEW, perhaps by
38 /// overwriting OLD with a branch to NEW. This is used for self-modifying
41 virtual void replaceMachineCodeForFunction(void *Old, void *New);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.h 41 /// whose machine code is at OLD turns into a call to NEW, perhaps by
42 /// overwriting OLD with a branch to NEW. This is used for self-modifying
45 virtual void replaceMachineCodeForFunction(void *Old, void *New);
  /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/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)
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerValueBitMap.h 36 uintptr_t Old = Map[WordIdx];
37 uintptr_t New = Old | (1UL << BitIdx);
39 return New != Old;
  /prebuilts/clang/host/linux-x86/clang-3957855/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-3960126/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-3977809/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-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;
  /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),
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Allocator.h 153 // Manually implement a move constructor as we must clear the old allocator's
155 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old)
156 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)),
157 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)),
158 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize),
159 Allocator(std::move(Old.Allocator)) {
160 Old.CurPtr = Old.End = nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Allocator.h 153 // Manually implement a move constructor as we must clear the old allocator's
155 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old)
156 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)),
157 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)),
158 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize),
159 Allocator(std::move(Old.Allocator)) {
160 Old.CurPtr = Old.End = nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Allocator.h 153 // Manually implement a move constructor as we must clear the old allocator's
155 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old)
156 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)),
157 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)),
158 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize),
159 Allocator(std::move(Old.Allocator)) {
160 Old.CurPtr = Old.End = nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Allocator.h 153 // Manually implement a move constructor as we must clear the old allocator's
155 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old)
156 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)),
157 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)),
158 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize),
159 Allocator(std::move(Old.Allocator)) {
160 Old.CurPtr = Old.End = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Allocator.h 153 // Manually implement a move constructor as we must clear the old allocator's
155 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old)
156 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)),
157 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)),
158 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize),
159 Allocator(std::move(Old.Allocator)) {
160 Old.CurPtr = Old.End = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Allocator.h 153 // Manually implement a move constructor as we must clear the old allocator's
155 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old)
156 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)),
157 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)),
158 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize),
159 Allocator(std::move(Old.Allocator)) {
160 Old.CurPtr = Old.End = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Allocator.h 153 // Manually implement a move constructor as we must clear the old allocator's
155 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old)
156 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)),
157 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)),
158 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize),
159 Allocator(std::move(Old.Allocator)) {
160 Old.CurPtr = Old.End = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Allocator.h 153 // Manually implement a move constructor as we must clear the old allocator's
155 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old)
156 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)),
157 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)),
158 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize),
159 Allocator(std::move(Old.Allocator)) {
160 Old.CurPtr = Old.End = nullptr
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 109 /// ReplaceMBBInJumpTables - If Old is the target of any jump tables, update
111 bool ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New);
113 /// ReplaceMBBInJumpTable - If Old is a target of the jump tables, update
115 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineJumpTableInfo.h 104 /// ReplaceMBBInJumpTables - If Old is the target of any jump tables, update
106 bool ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New);
108 /// ReplaceMBBInJumpTable - If Old is a target of the jump tables, update
110 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 109 /// ReplaceMBBInJumpTables - If Old is the target of any jump tables, update
111 bool ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New);
113 /// ReplaceMBBInJumpTable - If Old is a target of the jump tables, update
115 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 109 /// ReplaceMBBInJumpTables - If Old is the target of any jump tables, update
111 bool ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New);
113 /// ReplaceMBBInJumpTable - If Old is a target of the jump tables, update
115 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 109 /// ReplaceMBBInJumpTables - If Old is the target of any jump tables, update
111 bool ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New);
113 /// ReplaceMBBInJumpTable - If Old is a target of the jump tables, update
115 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 109 /// ReplaceMBBInJumpTables - If Old is the target of any jump tables, update
111 bool ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New);
113 /// ReplaceMBBInJumpTable - If Old is a target of the jump tables, update
115 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,

Completed in 1274 milliseconds

1 2 3 4 5 6 7 8 91011>>