/third_party/musl/libc-test/src/functional/ |
D | test-malloc-stats-common.h | 73 static int expect_greater_equal(long long amt1, long long amt2, const char *amt1_name, const char *… in expect_greater_equal() argument 75 if (amt1 >= amt2) { in expect_greater_equal() 78 t_error("Expected %s(value: %lld) to be >= %s(value: %lld)\n", amt1_name, amt1, amt2_name, amt2); in expect_greater_equal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrCall.td | 20 defm ADJCALLSTACKDOWN : NRI<(outs), (ins i32imm:$amt, i32imm:$amt2), 21 [(WebAssemblycallseq_start timm:$amt, timm:$amt2)]>; 22 defm ADJCALLSTACKUP : NRI<(outs), (ins i32imm:$amt, i32imm:$amt2), 23 [(WebAssemblycallseq_end timm:$amt, timm:$amt2)]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VEInstrInfo.td | 273 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i64imm:$amt, i64imm:$amt2), 274 "# ADJCALLSTACKDOWN $amt, $amt2", 275 [(callseq_start timm:$amt, timm:$amt2)]>; 276 def ADJCALLSTACKUP : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2), 278 [(callseq_end timm:$amt1, timm:$amt2)]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 549 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2), 550 "#ADJCALLSTACKDOWN $amt1 $amt2", 551 [(BPFcallseq_start timm:$amt1, timm:$amt2)]>; 552 def ADJCALLSTACKUP : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2), 553 "#ADJCALLSTACKUP $amt1 $amt2", 554 [(BPFcallseq_end timm:$amt1, timm:$amt2)]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 753 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), 754 "#ADJCALLSTACKDOWN $amt1 $amt2", 755 [(CallSeqStart timm:$amt1, timm:$amt2)]>; 756 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), 757 "#ADJCALLSTACKUP $amt1 $amt2", 758 [(CallSeqEnd timm:$amt1, timm:$amt2)]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 1219 // 32-bit software rotate by immediate. $amt2 should equal 32 - $amt1. 1222 (ins Int32Regs:$src, i32imm:$amt1, i32imm:$amt2), 1227 "shr.b32 \t%rhs, $src, $amt2;\n\t" 1249 ".reg .b32 %amt2;\n\t" 1251 "sub.s32 \t%amt2, 32, $amt;\n\t" 1252 "shr.b32 \t%rhs, $src, %amt2;\n\t" 1264 ".reg .b32 %amt2;\n\t" 1266 "sub.s32 \t%amt2, 32, $amt;\n\t" 1267 "shl.b32 \t%rhs, $src, %amt2;\n\t" 1273 // 64-bit software rotate by immediate. $amt2 should equal 64 - $amt1. [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.td | 88 def ADJCALLSTACKDOWN : PseudoInstARC<(outs), (ins i32imm:$amt, i32imm:$amt2), 89 "# ADJCALLSTACKDOWN $amt, $amt2", 90 [(callseq_start timm:$amt, timm:$amt2)]>; 91 def ADJCALLSTACKUP : PseudoInstARC<(outs), (ins i32imm:$amt1, i32imm:$amt2), 93 [(callseq_end timm:$amt1, timm:$amt2)]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 174 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i16imm:$amt1, i16imm:$amt2), 175 "#ADJCALLSTACKDOWN $amt1 $amt2", 176 [(MSP430callseq_start timm:$amt1, timm:$amt2)]>; 177 def ADJCALLSTACKUP : Pseudo<(outs), (ins i16imm:$amt1, i16imm:$amt2), 178 "#ADJCALLSTACKUP $amt1 $amt2", 179 [(MSP430callseq_end timm:$amt1, timm:$amt2)]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 326 def ADJCALLSTACKDOWN : PseudoInstXCore<(outs), (ins i32imm:$amt, i32imm:$amt2), 327 "# ADJCALLSTACKDOWN $amt, $amt2", 328 [(callseq_start timm:$amt, timm:$amt2)]>; 329 def ADJCALLSTACKUP : PseudoInstXCore<(outs), (ins i32imm:$amt1, i32imm:$amt2), 331 [(callseq_end timm:$amt1, timm:$amt2)]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 41 (ins i32imm:$amt1, i32imm:$amt2, i32imm:$amt3), 43 def ADJCALLSTACKUP32 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2), 45 [(X86callseq_end timm:$amt1, timm:$amt2)]>, 48 def : Pat<(X86callseq_start timm:$amt1, timm:$amt2), 49 (ADJCALLSTACKDOWN32 i32imm:$amt1, i32imm:$amt2, 0)>, Requires<[NotLP64]>; 59 (ins i32imm:$amt1, i32imm:$amt2, i32imm:$amt3), 61 def ADJCALLSTACKUP64 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2), 63 [(X86callseq_end timm:$amt1, timm:$amt2)]>, 66 def : Pat<(X86callseq_start timm:$amt1, timm:$amt2), 67 (ADJCALLSTACKDOWN64 i32imm:$amt1, i32imm:$amt2, 0)>, Requires<[IsLP64]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonPseudo.td | 82 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), 86 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
|
D | HexagonPatterns.td | 3056 def: Pat<(callseq_start timm:$amt, timm:$amt2), 3057 (ADJCALLSTACKDOWN imm:$amt, imm:$amt2)>; 3058 def: Pat<(callseq_end timm:$amt1, timm:$amt2), 3059 (ADJCALLSTACKUP imm:$amt1, imm:$amt2)>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.td | 1053 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), 1054 [(callseq_start timm:$amt1, timm:$amt2)]>; 1055 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), 1056 [(callseq_end timm:$amt1, timm:$amt2)]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 427 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), 428 "!ADJCALLSTACKDOWN $amt1, $amt2", 429 [(callseq_start timm:$amt1, timm:$amt2)]>; 430 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), 432 [(callseq_end timm:$amt1, timm:$amt2)]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 344 (ins i16imm:$amt, i16imm:$amt2), 346 [(AVRcallseq_start timm:$amt, timm:$amt2)]>; 354 (ins i16imm:$amt1, i16imm:$amt2), 356 [(AVRcallseq_end timm:$amt1, timm:$amt2)]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 302 PseudoInst<(outs), (ins i32imm:$amt1, i32imm:$amt2), NoItinerary, 303 [(ARMcallseq_end imm:$amt1, imm:$amt2)]>, 307 PseudoInst<(outs), (ins i32imm:$amt, i32imm:$amt2), NoItinerary, 308 [(ARMcallseq_start imm:$amt, imm:$amt2)]>,
|
D | ARMInstrInfo.td | 2037 PseudoInst<(outs), (ins i32imm:$amt1, i32imm:$amt2, pred:$p), NoItinerary, 2038 [(ARMcallseq_end timm:$amt1, timm:$amt2)]>; 2041 PseudoInst<(outs), (ins i32imm:$amt, i32imm:$amt2, pred:$p), NoItinerary, 2042 [(ARMcallseq_start timm:$amt, timm:$amt2)]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 16 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2), 17 [(callseq_start timm:$amt1, timm:$amt2)]>; 18 def ADJCALLSTACKUP : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2), 19 [(callseq_end timm:$amt1, timm:$amt2)]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 1894 def ADJCALLSTACKDOWN : MipsPseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), 1895 [(callseq_start timm:$amt1, timm:$amt2)]>; 1896 def ADJCALLSTACKUP : MipsPseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), 1897 [(callseq_end timm:$amt1, timm:$amt2)]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 470 (outs), (ins i32imm:$amt1, i32imm:$amt2), 471 [(callseq_end timm:$amt1, timm:$amt2)],
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 1303 def ADJCALLSTACKDOWN : PPCEmitTimePseudo<(outs), (ins u16imm:$amt1, u16imm:$amt2), 1304 "#ADJCALLSTACKDOWN $amt1 $amt2", 1305 [(callseq_start timm:$amt1, timm:$amt2)]>; 1306 def ADJCALLSTACKUP : PPCEmitTimePseudo<(outs), (ins u16imm:$amt1, u16imm:$amt2), 1307 "#ADJCALLSTACKUP $amt1 $amt2", 1308 [(callseq_end timm:$amt1, timm:$amt2)]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 594 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), 595 [(AArch64callseq_start timm:$amt1, timm:$amt2)]>, 597 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), 598 [(AArch64callseq_end timm:$amt1, timm:$amt2)]>,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDAGISel.inc | 44309 /* 96323*/ OPC_RecordChild2, // #2 = $amt2 44318 … // Src: (ARMcallseq_end (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2) - Complexity = 9 44319 … // Dst: (ADJCALLSTACKUP:{ *:[i32] } (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2) 44322 /* 96350*/ OPC_RecordChild2, // #2 = $amt2 44332 … // Src: (ARMcallseq_end (imm:{ *:[i32] }):$amt1, (imm:{ *:[i32] }):$amt2) - Complexity = 9 44333 … // Dst: (tADJCALLSTACKUP:{ *:[i32] } (imm:{ *:[i32] }):$amt1, (imm:{ *:[i32] }):$amt2) 44341 /* 96383*/ OPC_RecordChild2, // #2 = $amt2 44350 … // Src: (ARMcallseq_start (timm:{ *:[i32] }):$amt, (timm:{ *:[i32] }):$amt2) - Complexity = 9 44351 … // Dst: (ADJCALLSTACKDOWN:{ *:[i32] } (timm:{ *:[i32] }):$amt, (timm:{ *:[i32] }):$amt2) 44354 /* 96410*/ OPC_RecordChild2, // #2 = $amt2 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenDAGISel.inc | 16412 /* 30425*/ OPC_RecordChild2, // #2 = $amt2 16419 … // Src: (callseq_start (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2) - Complexity = 9 16420 // Dst: (ADJCALLSTACKDOWN (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2) 16428 /* 30450*/ OPC_RecordChild2, // #2 = $amt2 16435 … // Src: (callseq_end (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2) - Complexity = 9 16436 // Dst: (ADJCALLSTACKUP (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenDAGISel.inc | 24122 /* 58676*/ OPC_RecordChild2, // #2 = $amt2 24129 … // Src: (callseq_start (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2) - Complexity = 9 24130 // Dst: (ADJCALLSTACKDOWN (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2) 24138 /* 58701*/ OPC_RecordChild2, // #2 = $amt2 24145 … // Src: (callseq_end (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2) - Complexity = 9 24146 // Dst: (ADJCALLSTACKUP (timm:{ *:[i32] }):$amt1, (timm:{ *:[i32] }):$amt2)
|