HomeSort by relevance Sort by last modified time
    Searched full:earlyclobber (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/test/CodeGen/ARM/
2014-07-18-earlyclobber-str-post.ll 6 define i32* @earlyclobber-str-post(i32* %addr) nounwind {
7 ; CHECK-LABEL: earlyclobber-str-post
15 define i16* @earlyclobber-strh-post(i16* %addr) nounwind {
16 ; CHECK-LABEL: earlyclobber-strh-post
25 define i8* @earlyclobber-strb-post(i8* %addr) nounwind {
26 ; CHECK-LABEL: earlyclobber-strb-post
longMAC.ll 49 ; Two things to check here: the @earlyclobber constraint (on <= v5) and the "$Rd = $R" ones.
50 ; + Without @earlyclobber the v7 code is natural. With it, the first two
2011-02-07-AntidepClobber.ll 2 ; PR8986: PostRA antidependence breaker must respect "earlyclobber".
2011-11-14-EarlyClobber.ll 12 ; %vreg12<earlyclobber,def> = t2STR_PRE %vreg6, %vreg12, 32, pred:14, pred:%noreg
  /external/clang/test/CodeGen/
asm-reg-var-local.c 27 int earlyclobber() { function
28 // CHECK-LABEL: define i32 @earlyclobber()
  /external/llvm/test/CodeGen/X86/
2010-05-05-LocalAllocEarlyClobber.ll 15 ; The earlyclobber $1 should only appear once. It should not be shared.
2010-06-15-FastAllocEarlyCLobber.ll 14 ; The earlyclobber register EC0 should not be spilled before the inline asm.
inline-asm-fpstack.ll 349 ; INLINEASM <es:frndint> [sideeffect] [attdialect], $0:[regdef], %ST0<imp-def,tied5>, $1:[reguse tiedto:$0], %ST0<tied3>, $2:[clobber], %EFLAGS<earlyclobber,imp-def,dead>
350 ; INLINEASM <es:fldcw $0> [sideeffect] [mayload] [attdialect], $0:[mem], %EAX<undef>, 1, %noreg, 0, %noreg, $1:[clobber], %EFLAGS<earlyclobber,imp-def,dead>
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 34 enum { None, EarlyClobber, Tied } Kind;
41 I.Kind = EarlyClobber;
54 bool isEarlyClobber() const { return Kind == EarlyClobber; }
CodeGenInstruction.cpp 206 if (Tok == "@earlyclobber") {
210 PrintFatalError("Illegal format for @earlyclobber constraint: '" + CStr + "'");
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 36 EarlyClobber = 0x40,
75 flags & RegState::EarlyClobber,
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.td     [all...]
ARMInstrThumb2.td     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 805 RegState::EarlyClobber);
    [all...]
ScheduleDAGFast.cpp 506 // Check for def of register or earlyclobber register.
  /external/clang/lib/Basic/
TargetInfo.cpp 495 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister())
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/llvm/docs/
MIRLangRef.rst 434 - ``RegState::EarlyClobber``
  /toolchain/binutils/binutils-2.25/cpu/
m32r.cpu     [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 837 Flags |= RegState::EarlyClobber;
944 Flags & RegState::EarlyClobber, SubReg, Flags & RegState::Debug,
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 583 bool earlyClobber() { return (Flags & CI_EarlyClobber) != 0; }
    [all...]
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 337 // Don't allow the instruction defining AntiDepReg to earlyclobber its
MachineVerifier.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrFormats.td     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstructions.td     [all...]

Completed in 3204 milliseconds

1 2