/external/llvm/test/CodeGen/Mips/ |
D | no-odd-spreg.ll | 15 ; 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},…
|
D | no-odd-spreg-msa.ll | 17 ; 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/ |
D | MemoryDependenceAnalysis.h | 54 Clobber, enumerator 111 return MemDepResult(PairTy(Inst, Clobber)); in getClobber() 128 bool isClobber() const { return Value.getInt() == Clobber; } in isClobber()
|
/external/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 28 Clobber = 0, enumerator 65 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair()
|
/external/vixl/test/ |
D | test-utils-a64.h | 243 void Clobber(MacroAssembler* masm, RegList reg_list, 253 void Clobber(MacroAssembler* masm, CPURegList reg_list);
|
D | test-utils-a64.cc | 299 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()
|
D | test-assembler-a64.cc | 12791 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/ |
D | test-utils-arm64.h | 221 void Clobber(MacroAssembler* masm, RegList reg_list, 231 void Clobber(MacroAssembler* masm, CPURegList reg_list);
|
D | test-utils-arm64.cc | 267 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()
|
D | test-assembler-arm64.cc | 8356 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/ |
D | callee-saved-fpxx1.ll | 12 call void asm "# Clobber", "~{$f21}"()
|
D | callee-saved-fpxx.ll | 13 …call void asm "# Clobber", "~{$f0},~{$f1},~{$f2},~{$f3},~{$f4},~{$f5},~{$f6},~{$f7},~{$f8},~{$f9},…
|
D | callee-saved-float.ll | 26 …call void asm "# Clobber", "~{$f0},~{$f1},~{$f2},~{$f3},~{$f4},~{$f5},~{$f6},~{$f7},~{$f8},~{$f9},…
|
D | callee-saved.ll | 27 …call void asm "# Clobber", "~{$0},~{$1},~{$2},~{$3},~{$4},~{$5},~{$6},~{$7},~{$8},~{$9},~{$10},~{$…
|
/external/llvm/test/CodeGen/X86/ |
D | materialize.ll | 138 ; 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
|
D | inline-asm-fpstack.ll | 310 ; Clobber st(0) after it was live-out/dead from the previous asm.
|
D | x86-shrink-wrapping.ll | 777 ; Clobber a CSR so that we check something on the regmask
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 734 ExprResult Clobber(ParseAsmStringLiteral()); in ParseAsmStatement() local 736 if (Clobber.isInvalid()) in ParseAsmStatement() 739 Clobbers.push_back(Clobber.get()); in ParseAsmStatement()
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 340 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/ |
D | RELEASE_NOTES | 46 Clobber events are not generated due to low-level architectural
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 1962 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/ |
D | Stmt.cpp | 754 [&](StringRef Clobber) { in initialize() argument 755 return copyIntoContext(C, Clobber); in initialize()
|
/external/llvm/test/Transforms/SROA/ |
D | basictest.ll | 109 ; 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/ |
D | LangRef.rst | 3076 prefix symbol in front of the constraint code: Output, Input, and Clobber. The 3185 Clobber constraints
|