Searched refs:IsInt (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 479 multiclass ret_noret_binary_atomic_op<SDNode atomic_op, bit IsInt = 1> { 482 defm "_"#as : binary_atomic_op<atomic_op, IsInt>; 485 defm "_"#as#"_noret" : binary_atomic_op<atomic_op, IsInt>; 489 defm "_"#as#"_ret" : binary_atomic_op<atomic_op, IsInt>;
|
| H A D | SIInstrInfo.td | 656 bit IsInt = 1> { 664 defm _local_m0 : binary_atomic_op <!cast<SDNode>(NAME#"_glue"), IsInt>; 668 defm _region_m0 : binary_atomic_op <!cast<SDNode>(NAME#"_glue"), IsInt>;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3310 auto IsInt = [&Ctx](unsigned N) { in isValidStructGUID() local 3348 return IsStruct({IsInt(32), IsInt(16), IsInt(16), IsArray(IsInt(8), 8)})(T); in isValidStructGUID()
|
| H A D | ExprConstant.cpp | 1511 bool IsInt; member 1519 void makeComplexFloat() { IsInt = false; } in makeComplexFloat() 1520 bool isComplexFloat() const { return !IsInt; } in isComplexFloat() 1524 void makeComplexInt() { IsInt = true; } in makeComplexInt() 1525 bool isComplexInt() const { return IsInt; } in isComplexInt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 1531 multiclass binary_atomic_op<SDNode atomic_op, bit IsInt = 1> { 1535 let MemoryVT = !if(IsInt, i8, ?); 1540 let MemoryVT = !if(IsInt, i16, f16); 1545 let MemoryVT = !if(IsInt, i32, f32); 1550 let MemoryVT = !if(IsInt, i64, f64);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 3214 bool IsInt = false; in matchNotCmp() local 3229 IsInt = true; in matchNotCmp() 3233 if (IsInt) in matchNotCmp()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 10599 bool IsInt = Ty->isIntegralOrEnumerationType(); in detectFPCCEligibleStructHelper() local 10602 if (IsInt || IsFloat) { in detectFPCCEligibleStructHelper() 10604 if (IsInt && Size > XLen) in detectFPCCEligibleStructHelper() 10613 if (IsInt && Field1Ty && Field1Ty->isIntegerTy()) in detectFPCCEligibleStructHelper()
|