Searched refs:O0 (Results 1 – 25 of 57) sorted by relevance
123
41 …; RUN: llc -mtriple=x86_64-linux -O0 -o - -filetype=obj < %s | llvm-dwarfdump -debug-dump=info -| …42 +; RUN: llc -mtriple=x86_64-linux -dwarf-version=2 -O0 -o - -filetype=obj < %s | llvm-dwarfdump -de…103 ; RUN: llc %s -o %t -filetype=obj -O0 -generate-odr-hash -mtriple=x86_64-unknown-linux-gnu
45 +; RUN: llc -march=sparc --relocation-model=pic < %s -O0 | FileCheck %s --check-prefix=V8UNOPT46 +; RUN: llc -march=sparcv9 --relocation-model=pic < %s -O0 | FileCheck %s --check-prefix=V9UNOPT
128 -;RUN: llc -march=sparc -O0 < %s | FileCheck %s -check-prefix=UNOPT130 +;RUN: llc -march=sparc -O0 < %s -verify-machineinstrs | FileCheck %s -check-prefix=UNOPT
424 ; RUN: llc -O0 %s -mtriple=x86_64-apple-darwin -filetype=obj -o %t426 +; RUN: llc -O0 %s -mtriple=x86_64-apple-darwin -filetype=obj -o %t -dwarf-version=3428 ; RUN: llc < %s -O0 -mtriple=x86_64-apple-macosx10.7 | FileCheck %s -check-prefix=ASM499 ; RUN: llc -O0 -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj501 +; RUN: llc -O0 -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj -dwarf-version=3517 …; RUN: llc -O0 -mtriple=x86_64-apple-darwin %s -o - -filetype=asm | FileCheck %s -check-prefix=ASM…
13 This should fix clang -O0 on i386 assigning garbage to floats, in
89 ; RUN: llc %s -o %t -filetype=obj -O0 -generate-odr-hash -mtriple=x86_64-unknown-linux-gnu
84 …; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -mtriple=powerpc64-unknown-linux-gnu -m…85 +; RUN: llc < %s -O0 -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -mcpu=970 | FileChe…
297 -B<-O0>. At higher optimization levels, only line number information is299 +B<-O0>.
8 DEBUG_FLAGS= -g -O0
6 CFLAGS+= -O0 -lm
385 AddMI->getOperand(0).setReg(reg - SP::I0 + SP::O0); in combineRestoreADD()424 OrMI->getOperand(0).setReg(reg - SP::I0 + SP::O0); in combineRestoreOR()458 RestoreMI->getOperand(0).setReg(reg - SP::I0 + SP::O0); in combineRestoreSETHIi()
215 unsigned mapped_reg = (reg - SP::I0 + SP::O0); in remapRegsForLeafProc()232 MBB->addLiveIn(reg - SP::I0 + SP::O0); in remapRegsForLeafProc()
67 def O0 : Ri< 8, "O0">, DwarfRegNum<[8]>;
164 assert(SP::I0 + 7 == SP::I7 && SP::O0 + 7 == SP::O7 && "Unexpected enum"); in toCallerWindow()166 return Reg - SP::I0 + SP::O0; in toCallerWindow()1899 Chain = DAG.getCopyToReg(Chain, DL, SP::O0, Argument, InFlag); in LowerGlobalTLSAddress()1909 Ops.push_back(DAG.getRegister(SP::O0, PtrVT)); in LowerGlobalTLSAddress()1920 SDValue Ret = DAG.getCopyFromReg(Chain, DL, SP::O0, PtrVT, InFlag); in LowerGlobalTLSAddress()
17 CFLAGS += -O0
68 .if ${_w_cflags:M-O*} == "" || ${_w_cflags:M-O0} != ""
133 #define O0 gettynums[22].value macro
266 tmode.c_oflag = O0; in set_flags()
116 [CFLAGS="${CFLAGS} -O0 -g -fno-inline"])
79 SP::O0, SP::O1, SP::O2, SP::O3,
111 O0, O1, O2, O3, O4, O5, SP, O7, enumerator
76 def _SLASH_Od : CLFlag<"Od">, HelpText<"Disable optimization">, Alias<O0>;
403 When @option{-O0} is in use, the compiler allocates distinct stack421 used or if @option{-O0} is used. Otherwise, GCC may still be unable to
90 Sparc::O0, Sparc::O1, Sparc::O2, Sparc::O3,