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

1 2 3 4 5

  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/
variadic_copy.fail.cpp 29 const LG Orig;
30 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}}
34 const LG Orig(m0, m1);
35 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}}
39 const LG Orig(m0, m1, m2);
40 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}}
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 31 LoadInst *Orig = Builder.CreateLoad(Ptr);
32 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp);
33 Value *Res = Builder.CreateSelect(Equal, Val, Orig);
36 Res = Builder.CreateInsertValue(UndefValue::get(CXI->getType()), Orig, 0);
49 LoadInst *Orig = Builder.CreateLoad(Ptr);
58 Res = Builder.CreateAdd(Orig, Val);
61 Res = Builder.CreateSub(Orig, Val);
64 Res = Builder.CreateAnd(Orig, Val);
67 Res = Builder.CreateNot(Builder.CreateAnd(Orig, Val));
70 Res = Builder.CreateOr(Orig, Val)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LowerAtomic.cpp 29 LoadInst *Orig = Builder.CreateLoad(Ptr);
30 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp);
31 Value *Res = Builder.CreateSelect(Equal, Val, Orig);
34 CXI->replaceAllUsesWith(Orig);
44 LoadInst *Orig = Builder.CreateLoad(Ptr);
53 Res = Builder.CreateAdd(Orig, Val);
56 Res = Builder.CreateSub(Orig, Val);
59 Res = Builder.CreateAnd(Orig, Val);
62 Res = Builder.CreateNot(Builder.CreateAnd(Orig, Val));
65 Res = Builder.CreateOr(Orig, Val)
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditTitleBar.c 101 TITLE_BAR_COLOR_UNION Orig;
110 Orig.Data = gST->ConOut->Mode->Attribute;
112 New.Colors.Foreground = Orig.Colors.Background & 0xF;
113 New.Colors.Background = Orig.Colors.Foreground & 0x7;
134 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
207 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
EditStatusBar.c 97 STATUS_BAR_COLOR_UNION Orig;
113 Orig.Data = gST->ConOut->Mode->Attribute;
115 New.Colors.Foreground = Orig.Colors.Background & 0xF;
116 New.Colors.Background = Orig.Colors.Foreground & 0x7;
158 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
EditInputBar.c 130 INPUT_BAR_COLOR_UNION Orig;
151 Orig.Data = gST->ConOut->Mode->Attribute;
153 New.Colors.Foreground = Orig.Colors.Background & 0xF;
154 New.Colors.Background = Orig.Colors.Foreground & 0x7;
173 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
250 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 183 R_SExpr reduceUndefined(Undefined &Orig) { return true; }
184 R_SExpr reduceWildcard(Wildcard &Orig) { return true; }
186 R_SExpr reduceLiteral(Literal &Orig) { return true; }
188 R_SExpr reduceLiteralT(LiteralT<T> &Orig) { return true; }
189 R_SExpr reduceLiteralPtr(Literal &Orig) { return true; }
191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) {
194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) {
197 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) {
200 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) {
203 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1)
    [all...]
  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 152 unsigned Orig = getPreSplitReg(VirtReg);
153 return Orig ? Orig : VirtReg;
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.c     [all...]
  /external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
Cloning.cpp 29 Orig.insert(V1);
40 DeleteContainerPointers(Orig);
44 SmallPtrSet<Value *, 4> Orig; // Erase on exit
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
BufferImage.c 244 @param[in] Orig The original color.
254 IN HEFI_EDITOR_COLOR_UNION Orig,
323 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
340 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
360 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
373 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
382 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
550 HEFI_EDITOR_COLOR_UNION Orig;
582 Orig = HMainEditor.ColorAttributes;
584 New.Colors.Foreground = Orig.Colors.Background & 0xF;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h 178 /// The register in Orig->getOperand(0).getReg() will be substituted by
184 const MachineInstr *Orig,
195 /// duplicate - Create a duplicate of the Orig instruction in MF. This is like
200 virtual MachineInstr *duplicate(MachineInstr *Orig,
    [all...]
  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 119 const std::string& getRename(const Value &Orig) {
122 auto I = Names.find(&Orig);
133 auto I = Names.insert(std::make_pair(&Orig, NameStream.str()));
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetInstrInfoImpl.cpp 205 const MachineInstr *Orig,
207 MachineInstr *MI = MBB.getParent()->CloneMachineInstr(Orig);
219 MachineInstr *TargetInstrInfoImpl::duplicate(MachineInstr *Orig,
221 assert(!Orig->getDesc().isNotDuplicable() &&
223 return MF.CloneMachineInstr(Orig);
VirtRegMap.h 231 unsigned Orig = getPreSplitReg(VirtReg);
232 return Orig ? Orig : VirtReg;
  /external/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 182 const MachineOperand &Orig) {
186 Use.setIsUndef(Orig.isUndef());
187 Use.setIsKill(Orig.isKill());
  /external/llvm/unittests/Support/
ErrorTest.cpp 587 auto Orig = ErrorOr<int>(42);
590 EXPECT_EQ(*Orig, *RoundTripped)
598 auto Orig = ErrorOr<int>(errc::invalid_argument);
602 EXPECT_EQ(Orig.getError(), RoundTripped.getError())
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.h 137 const MachineInstr *Orig,
140 MachineInstr *duplicate(MachineInstr *Orig, MachineFunction &MF) const;
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 172 // Restore orig program & free test.
259 Module *Orig = BD.swapProgramIn(Clone);
276 delete BD.swapProgramIn(Orig);
496 Module *Orig = BD.swapProgramIn(Clone);
518 delete BD.swapProgramIn(Orig);
521 delete BD.swapProgramIn(Orig);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
Miscompilation.cpp 170 // Restore orig program & free test.
266 Module *Orig = BD.swapProgramIn(Clone);
283 delete BD.swapProgramIn(Orig);
480 Module *Orig = BD.swapProgramIn(Clone);
505 delete BD.swapProgramIn(Orig);
508 delete BD.swapProgramIn(Orig);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
fmt.go 1139 if n.Orig != nil && n.Orig != n {
1140 n.Orig.exprfmt(s, prec)
1148 if n.Val().Ctype() == CTNIL && n.Orig != nil && n.Orig != n {
1149 n.Orig.exprfmt(s, prec)
1460 if n.Op != OLITERAL && n.Orig != nil {
1461 n = n.Orig
    [all...]
const.go 545 if n == n.Orig {
546 // duplicate node for n->orig.
549 n.Orig = n1
553 return n.Orig
612 nl.Orig = &nl
1147 // restore value of n->orig.
1148 n.Orig = norig
1165 nn.Orig = saveorig(n)
1174 nn.Orig = saveorig(n)
1584 if n.Orig != nil
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
fmt.go 1139 if n.Orig != nil && n.Orig != n {
1140 n.Orig.exprfmt(s, prec)
1148 if n.Val().Ctype() == CTNIL && n.Orig != nil && n.Orig != n {
1149 n.Orig.exprfmt(s, prec)
1460 if n.Op != OLITERAL && n.Orig != nil {
1461 n = n.Orig
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 38 Orig.insert(V1);
49 DeleteContainerPointers(Orig);
53 SmallPtrSet<Value *, 4> Orig; // Erase on exit
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 195 const MachineInstr &Orig,
198 MachineInstr *duplicate(MachineInstr &Orig,

Completed in 560 milliseconds

1 2 3 4 5