Home
last modified time | relevance | path

Searched refs:Clobber (Results 1 – 24 of 24) sorted by relevance

/external/llvm/test/CodeGen/Mips/
Dno-odd-spreg.ll15 ; Clobber all except $f12 and $f13
24 …call void asm "# Clobber", "~{$f0},~{$f1},~{$f2},~{$f3},~{$f4},~{$f5},~{$f6},~{$f7},~{$f8},~{$f9},…
42 ; Clobber all except $f12 and $f13
48 …call void asm "# Clobber", "~{$f0},~{$f1},~{$f2},~{$f3},~{$f4},~{$f5},~{$f6},~{$f7},~{$f8},~{$f9},…
Dno-odd-spreg-msa.ll17 ; Clobber all except $f12/$w12 and $f13
51 ; Clobber all except $f12/$w12 and $f13
83 ; Clobber all except $f12, and $f13
111 ; Clobber all except $f13
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h54 Clobber, enumerator
111 return MemDepResult(PairTy(Inst, Clobber)); in getClobber()
128 bool isClobber() const { return Value.getInt() == Clobber; } in isClobber()
/external/llvm/lib/Analysis/
DMemDepPrinter.cpp28 Clobber = 0, enumerator
65 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair()
/external/vixl/test/
Dtest-utils-a64.h243 void Clobber(MacroAssembler* masm, RegList reg_list,
253 void Clobber(MacroAssembler* masm, CPURegList reg_list);
Dtest-utils-a64.cc299 void Clobber(MacroAssembler* masm, RegList reg_list, uint64_t const value) { in Clobber() function
341 void Clobber(MacroAssembler* masm, CPURegList reg_list) { in Clobber() function
344 Clobber(masm, reg_list.list()); in Clobber()
Dtest-assembler-a64.cc12791 Clobber(&masm, x0_to_x3); in TEST()
12801 Clobber(&masm, x10_to_x13); in TEST()
12853 Clobber(&masm, x0.Bit()); in TEST()
12856 Clobber(&masm, x1.Bit()); in TEST()
12859 Clobber(&masm, x2.Bit()); in TEST()
12862 Clobber(&masm, x3.Bit()); in TEST()
12865 Clobber(&masm, x4.Bit()); in TEST()
12868 Clobber(&masm, x5.Bit()); in TEST()
12871 Clobber(&masm, x6.Bit()); in TEST()
12875 Clobber(&masm, w10.Bit()); in TEST()
[all …]
/external/v8/test/cctest/
Dtest-utils-arm64.h221 void Clobber(MacroAssembler* masm, RegList reg_list,
231 void Clobber(MacroAssembler* masm, CPURegList reg_list);
Dtest-utils-arm64.cc267 void Clobber(MacroAssembler* masm, RegList reg_list, uint64_t const value) { in Clobber() function
309 void Clobber(MacroAssembler* masm, CPURegList reg_list) { in Clobber() function
312 Clobber(masm, reg_list.list()); in Clobber()
Dtest-assembler-arm64.cc8356 Clobber(&masm, x0_to_x3); in TEST()
8366 Clobber(&masm, x10_to_x13); in TEST()
8419 Clobber(&masm, x0.Bit()); in TEST()
8422 Clobber(&masm, x1.Bit()); in TEST()
8425 Clobber(&masm, x2.Bit()); in TEST()
8428 Clobber(&masm, x3.Bit()); in TEST()
8431 Clobber(&masm, x4.Bit()); in TEST()
8434 Clobber(&masm, x5.Bit()); in TEST()
8437 Clobber(&masm, x6.Bit()); in TEST()
8441 Clobber(&masm, w10.Bit()); in TEST()
[all …]
/external/llvm/test/CodeGen/Mips/cconv/
Dcallee-saved-fpxx1.ll12 call void asm "# Clobber", "~{$f21}"()
Dcallee-saved-fpxx.ll13 …call void asm "# Clobber", "~{$f0},~{$f1},~{$f2},~{$f3},~{$f4},~{$f5},~{$f6},~{$f7},~{$f8},~{$f9},…
Dcallee-saved-float.ll26 …call void asm "# Clobber", "~{$f0},~{$f1},~{$f2},~{$f3},~{$f4},~{$f5},~{$f6},~{$f7},~{$f8},~{$f9},…
Dcallee-saved.ll27 …call void asm "# Clobber", "~{$0},~{$1},~{$2},~{$3},~{$4},~{$5},~{$6},~{$7},~{$8},~{$9},~{$10},~{$…
/external/llvm/test/CodeGen/X86/
Dmaterialize.ll138 ; Clobber all registers except %esp, leaving nowhere to store the -1 besides
160 ; Clobber all registers except %esp, leaving nowhere to store the -1 besides
Dinline-asm-fpstack.ll310 ; Clobber st(0) after it was live-out/dead from the previous asm.
Dx86-shrink-wrapping.ll777 ; Clobber a CSR so that we check something on the regmask
/external/clang/lib/Parse/
DParseStmtAsm.cpp734 ExprResult Clobber(ParseAsmStringLiteral()); in ParseAsmStatement() local
736 if (Clobber.isInvalid()) in ParseAsmStatement()
739 Clobbers.push_back(Clobber.get()); in ParseAsmStatement()
/external/clang/lib/Sema/
DSemaStmtAsm.cpp340 StringRef Clobber = Literal->getString(); in ActOnGCCAsmStmt() local
342 if (!Context.getTargetInfo().isValidClobber(Clobber)) in ActOnGCCAsmStmt()
344 diag::err_asm_unknown_register_name) << Clobber); in ActOnGCCAsmStmt()
/external/mesa3d/src/glx/apple/
DRELEASE_NOTES46 Clobber events are not generated due to low-level architectural
/external/clang/lib/CodeGen/
DCGStmt.cpp1962 StringRef Clobber = S.getClobber(i); in EmitAsmStmt() local
1964 if (Clobber == "memory") in EmitAsmStmt()
1966 else if (Clobber != "cc") in EmitAsmStmt()
1967 Clobber = getTarget().getNormalizedGCCRegisterName(Clobber); in EmitAsmStmt()
1973 Constraints += Clobber; in EmitAsmStmt()
/external/clang/lib/AST/
DStmt.cpp754 [&](StringRef Clobber) { in initialize() argument
755 return copyIntoContext(C, Clobber); in initialize()
/external/llvm/test/Transforms/SROA/
Dbasictest.ll109 ; Clobber a single element of the array, this should be promotable.
359 ; Clobber a single element of the array, this should be promotable, and be deleted.
/external/llvm/docs/
DLangRef.rst3076 prefix symbol in front of the constraint code: Output, Input, and Clobber. The
3185 Clobber constraints