Searched refs:OperationType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 936 OperationType OpType; 1037 case OperationType::GEPOp: in dropPoisonGeneratingFlags() 1040 case OperationType::FPMathOp: in dropPoisonGeneratingFlags() 1044 case OperationType::NonNegOp: in dropPoisonGeneratingFlags() 1047 case OperationType::Cmp: in dropPoisonGeneratingFlags() 1048 case OperationType::Other: in dropPoisonGeneratingFlags() 1066 case OperationType::GEPOp: in setFlags() 1069 case OperationType::FPMathOp: in setFlags() 1078 case OperationType::NonNegOp: in setFlags() 1081 case OperationType::Cmp: in setFlags() [all …]
|
| H A D | VPlanRecipes.cpp | 243 assert(OpType == OperationType::FPMathOp && in getFastMathFlags() 717 case OperationType::Cmp: in printFlags() 720 case OperationType::DisjointOp: in printFlags() 724 case OperationType::PossiblyExactOp: in printFlags() 728 case OperationType::OverflowingBinOp: in printFlags() 734 case OperationType::FPMathOp: in printFlags() 737 case OperationType::GEPOp: in printFlags() 741 case OperationType::NonNegOp: in printFlags() 745 case OperationType::Other: in printFlags()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 761 IRBuilderBase &B, ComplexDeinterleavingOperation OperationType,
|
| H A D | ARMISelLowering.cpp | 22118 IRBuilderBase &B, ComplexDeinterleavingOperation OperationType, in createComplexDeinterleavingIR() argument 22148 B, OperationType, Rotation, LowerSplitA, LowerSplitB, LowerSplitAcc); in createComplexDeinterleavingIR() 22150 B, OperationType, Rotation, UpperSplitA, UpperSplitB, UpperSplitAcc); in createComplexDeinterleavingIR() 22159 if (OperationType == ComplexDeinterleavingOperation::CMulPartial) { in createComplexDeinterleavingIR() 22169 if (OperationType == ComplexDeinterleavingOperation::CAdd) { in createComplexDeinterleavingIR()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 892 IRBuilderBase &B, ComplexDeinterleavingOperation OperationType,
|
| H A D | AArch64ISelLowering.cpp | 26936 IRBuilderBase &B, ComplexDeinterleavingOperation OperationType, in createComplexDeinterleavingIR() argument 26966 B, OperationType, Rotation, LowerSplitA, LowerSplitB, LowerSplitAcc); in createComplexDeinterleavingIR() 26968 B, OperationType, Rotation, UpperSplitA, UpperSplitB, UpperSplitAcc); in createComplexDeinterleavingIR() 26975 if (OperationType == ComplexDeinterleavingOperation::CMulPartial) { in createComplexDeinterleavingIR() 27001 if (OperationType == ComplexDeinterleavingOperation::CAdd) { in createComplexDeinterleavingIR()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3293 IRBuilderBase &B, ComplexDeinterleavingOperation OperationType,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 13530 unsigned OperationType = 0; in CheckMemaccessArguments() local 13536 OperationType = 1; in CheckMemaccessArguments() 13538 OperationType = 2; in CheckMemaccessArguments() 13540 OperationType = 3; in CheckMemaccessArguments() 13546 << IsContained << ContainedRD << OperationType in CheckMemaccessArguments()
|