Home
last modified time | relevance | path

Searched refs:IsInt (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp106 bool IsInt = Ty->isIntegralOrEnumerationType(); in detectFARsEligibleStructHelper() local
109 if (IsInt || IsFloat) { in detectFARsEligibleStructHelper()
111 if (IsInt && Size > GRLen) in detectFARsEligibleStructHelper()
120 if (IsInt && Field1Ty && Field1Ty->isIntegerTy()) in detectFARsEligibleStructHelper()
H A DRISCV.cpp113 bool IsInt = Ty->isIntegralOrEnumerationType(); in detectFPCCEligibleStructHelper() local
116 if (IsInt || IsFloat) { in detectFPCCEligibleStructHelper()
118 if (IsInt && Size > XLen) in detectFPCCEligibleStructHelper()
126 if (IsInt && Field1Ty && Field1Ty->isIntegerTy()) in detectFPCCEligibleStructHelper()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td654 multiclass noret_binary_atomic_op<SDNode atomic_op, bit IsInt = 1> {
656 defm "_noret" : binary_atomic_op<atomic_op, IsInt>;
664 multiclass binary_atomic_op_all_as<SDNode atomic_op, bit IsInt = 1> {
667 defm "_"#as : binary_atomic_op<atomic_op, IsInt>;
668 defm "_"#as : noret_binary_atomic_op<atomic_op, IsInt>;
H A DSIInstrInfo.td696 bit IsInt = 1> {
704 defm _local_m0 : binary_atomic_op <!cast<SDNode>(NAME#"_glue"), IsInt>;
706 IsInt>;
710 defm _region_m0 : binary_atomic_op <!cast<SDNode>(NAME#"_glue"), IsInt>;
712 IsInt>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3432 auto IsInt = [&Ctx](unsigned N) { in isValidStructGUID() local
3470 return IsStruct({IsInt(32), IsInt(16), IsInt(16), IsArray(IsInt(8), 8)})(T); in isValidStructGUID()
H A DExprConstant.cpp1564 bool IsInt; member
1572 void makeComplexFloat() { IsInt = false; } in makeComplexFloat()
1573 bool isComplexFloat() const { return !IsInt; } in isComplexFloat()
1577 void makeComplexInt() { IsInt = true; } in makeComplexInt()
1578 bool isComplexInt() const { return IsInt; } in isComplexInt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1648 multiclass binary_atomic_op<SDNode atomic_op, bit IsInt = 1> {
1652 let MemoryVT = !if(IsInt, i8, ?);
1657 let MemoryVT = !if(IsInt, i16, f16);
1662 let MemoryVT = !if(IsInt, i32, f32);
1667 let MemoryVT = !if(IsInt, i64, f64);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3269 bool IsInt = false; in matchNotCmp() local
3284 IsInt = true; in matchNotCmp()
3288 if (IsInt) in matchNotCmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp26941 bool IsInt = Ty->getElementType()->isIntegerTy(); in createComplexDeinterleavingIR() local
26980 if (IsInt) in createComplexDeinterleavingIR()
27005 if (IsInt) in createComplexDeinterleavingIR()