| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 256 setOperationAction(ISD::LOAD, T, Custom); in initializeHVXLowering() 257 setOperationAction(ISD::STORE, T, Custom); in initializeHVXLowering() 258 setOperationAction(ISD::MLOAD, T, Custom); in initializeHVXLowering() 259 setOperationAction(ISD::MSTORE, T, Custom); in initializeHVXLowering() 260 setOperationAction(ISD::CTLZ, T, Custom); in initializeHVXLowering() 261 setOperationAction(ISD::CTTZ, T, Custom); in initializeHVXLowering() 262 setOperationAction(ISD::CTPOP, T, Custom); in initializeHVXLowering() 266 setOperationAction(ISD::MUL, T, Custom); in initializeHVXLowering() 267 setOperationAction(ISD::MULHS, T, Custom); in initializeHVXLowering() 268 setOperationAction(ISD::MULHU, T, Custom); in initializeHVXLowering() [all …]
|
| H A D | HexagonISelLowering.cpp | 1516 setOperationAction(ISD::SETCC, MVT::i8, Custom); in HexagonTargetLowering() 1517 setOperationAction(ISD::SETCC, MVT::i16, Custom); in HexagonTargetLowering() 1549 setOperationAction(ISD::UADDO, VT, Custom); in HexagonTargetLowering() 1550 setOperationAction(ISD::USUBO, VT, Custom); in HexagonTargetLowering() 1670 setOperationAction(ISD::SRA, VT, Custom); in HexagonTargetLowering() 1671 setOperationAction(ISD::SHL, VT, Custom); in HexagonTargetLowering() 1672 setOperationAction(ISD::SRL, VT, Custom); in HexagonTargetLowering() 1722 setOperationAction(ISD::LOAD, VT, Custom); in HexagonTargetLowering() 1723 setOperationAction(ISD::STORE, VT, Custom); in HexagonTargetLowering() 1728 setOperationAction(ISD::LOAD, VT, Custom); in HexagonTargetLowering() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 987 setOperationAction(Op, VT, Custom); in AArch64TargetLowering() 1484 setOperationAction(ISD::SRA, VT, Custom); in addTypeForNEON() 1485 setOperationAction(ISD::SRL, VT, Custom); in addTypeForNEON() 1486 setOperationAction(ISD::SHL, VT, Custom); in addTypeForNEON() 1487 setOperationAction(ISD::OR, VT, Custom); in addTypeForNEON() 1510 setOperationAction(Opcode, VT, Custom); in addTypeForNEON() 1631 setOperationAction(ISD::ABS, VT, Custom); in addTypeForFixedLengthSVE() 1632 setOperationAction(ISD::ADD, VT, Custom); in addTypeForFixedLengthSVE() 1633 setOperationAction(ISD::AND, VT, Custom); in addTypeForFixedLengthSVE() 1649 setOperationAction(ISD::FMA, VT, Custom); in addTypeForFixedLengthSVE() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 70 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in BPFTargetLowering() 75 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in BPFTargetLowering() 89 setOperationAction(ISD::ATOMIC_LOAD_ADD, VT, Custom); in BPFTargetLowering() 92 setOperationAction(ISD::ATOMIC_LOAD_AND, VT, Custom); in BPFTargetLowering() 93 setOperationAction(ISD::ATOMIC_LOAD_OR, VT, Custom); in BPFTargetLowering() 94 setOperationAction(ISD::ATOMIC_LOAD_XOR, VT, Custom); in BPFTargetLowering() 95 setOperationAction(ISD::ATOMIC_SWAP, VT, Custom); in BPFTargetLowering() 119 setOperationAction(ISD::SELECT_CC, VT, Custom); in BPFTargetLowering() 125 STI.getHasJmp32() ? Custom : Promote); in BPFTargetLowering() 128 setOperationAction(ISD::CTTZ, MVT::i64, Custom); in BPFTargetLowering() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1555 setOperationAction(ISD::LOAD, MVT::i64, Custom); in SparcTargetLowering() 1645 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in SparcTargetLowering() 1646 setOperationAction(ISD::BR_CC, MVT::f32, Custom); in SparcTargetLowering() 1647 setOperationAction(ISD::BR_CC, MVT::f64, Custom); in SparcTargetLowering() 1648 setOperationAction(ISD::BR_CC, MVT::f128, Custom); in SparcTargetLowering() 1655 setOperationAction(ISD::ADDC, MVT::i32, Custom); in SparcTargetLowering() 1656 setOperationAction(ISD::ADDE, MVT::i32, Custom); in SparcTargetLowering() 1657 setOperationAction(ISD::SUBC, MVT::i32, Custom); in SparcTargetLowering() 1658 setOperationAction(ISD::SUBE, MVT::i32, Custom); in SparcTargetLowering() 1661 setOperationAction(ISD::ADDC, MVT::i64, Custom); in SparcTargetLowering() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | XRayInstr.h | 41 constexpr XRayInstrMask Custom = 1U << XRIO_Custom; variable 43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | XRayInstr.cpp | 23 .Case("custom", XRayInstrKind::Custom) in parseXRayInstrValue() 46 if (Set.has(XRayInstrKind::Custom)) in serializeXRayInstrValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 52 setLoadExtAction(Op, VT, MVT::i8, Custom); in R600TargetLowering() 53 setLoadExtAction(Op, VT, MVT::i16, Custom); in R600TargetLowering() 64 Custom); in R600TargetLowering() 66 setTruncStoreAction(MVT::i32, MVT::i8, Custom); in R600TargetLowering() 67 setTruncStoreAction(MVT::i32, MVT::i16, Custom); in R600TargetLowering() 75 setTruncStoreAction(MVT::v2i32, MVT::v2i8, Custom); in R600TargetLowering() 76 setTruncStoreAction(MVT::v4i32, MVT::v4i8, Custom); in R600TargetLowering() 104 MVT::f64, Custom); in R600TargetLowering() 110 Custom); in R600TargetLowering() 153 Custom); in R600TargetLowering() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ManagedStatic.cpp | 95 static ManagedStatic<int, CustomCreate, CustomDelete> Custom; variable 97 EXPECT_EQ(42, *Custom); in TEST()
|
| /llvm-project-15.0.7/llvm/tools/bugpoint/ |
| H A D | ExecutionDriver.cpp | 37 Custom enumerator 58 clEnumValN(Custom, "run-custom", 67 clEnumValN(Custom, "safe-run-custom", 195 case Custom: in initializeExecutionEnvironment() 229 case Custom: in initializeExecutionEnvironment()
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 78 setOperationAction(ISD::ADD, MVT::i32, Custom); in AVRTargetLowering() 79 setOperationAction(ISD::ADD, MVT::i64, Custom); in AVRTargetLowering() 83 setOperationAction(ISD::SRA, MVT::i8, Custom); in AVRTargetLowering() 84 setOperationAction(ISD::SHL, MVT::i8, Custom); in AVRTargetLowering() 85 setOperationAction(ISD::SRL, MVT::i8, Custom); in AVRTargetLowering() 86 setOperationAction(ISD::SRA, MVT::i16, Custom); in AVRTargetLowering() 87 setOperationAction(ISD::SHL, MVT::i16, Custom); in AVRTargetLowering() 88 setOperationAction(ISD::SRL, MVT::i16, Custom); in AVRTargetLowering() 93 setOperationAction(ISD::ROTL, MVT::i8, Custom); in AVRTargetLowering() 95 setOperationAction(ISD::ROTR, MVT::i8, Custom); in AVRTargetLowering() [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | discard-locals.test | 32 - Name: .LLVM.Custom.Section 42 Section: .LLVM.Custom.Section 91 # CHECK-NEXT: Section: .LLVM.Custom.Section
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.cpp | 63 case Custom: in operator <<() 101 case Custom: in hasNoSimpleLoops() 118 if (Rule.getAction() == Custom || Rule.getAction() == Legal) in mutationIsSane() 368 return Action == Legal || Action == Custom; in isLegalOrCustom()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 452 setOperationAction(ISD::SELECT, VT, Custom); in X86TargetLowering() 453 setOperationAction(ISD::SETCC, VT, Custom); in X86TargetLowering() 460 setOperationAction(ISD::SELECT, VT, Custom); in X86TargetLowering() 461 setOperationAction(ISD::SETCC, VT, Custom); in X86TargetLowering() 584 setOperationAction(ISD::SELECT, VT, Custom); in X86TargetLowering() 609 setOperationAction(ISD::FABS, VT, Custom); in X86TargetLowering() 612 setOperationAction(ISD::FNEG, VT, Custom); in X86TargetLowering() 618 setOperationAction(ISD::FADD, VT, Custom); in X86TargetLowering() 619 setOperationAction(ISD::FSUB, VT, Custom); in X86TargetLowering() 1388 setOperationAction(ISD::SRL, VT, Custom); in X86TargetLowering() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 51 setOperationAction(ISD::SHL_PARTS, GRLenVT, Custom); in LoongArchTargetLowering() 52 setOperationAction(ISD::SRA_PARTS, GRLenVT, Custom); in LoongArchTargetLowering() 53 setOperationAction(ISD::SRL_PARTS, GRLenVT, Custom); in LoongArchTargetLowering() 54 setOperationAction(ISD::FP_TO_SINT, GRLenVT, Custom); in LoongArchTargetLowering() 59 setOperationAction(ISD::SHL, MVT::i32, Custom); in LoongArchTargetLowering() 60 setOperationAction(ISD::SRA, MVT::i32, Custom); in LoongArchTargetLowering() 61 setOperationAction(ISD::SRL, MVT::i32, Custom); in LoongArchTargetLowering() 62 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom); in LoongArchTargetLowering() 63 setOperationAction(ISD::BITCAST, MVT::i32, Custom); in LoongArchTargetLowering() 89 setOperationAction(ISD::FP_TO_UINT, GRLenVT, Custom); in LoongArchTargetLowering() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 82 setOperationAction(ISD::LOAD, T, Custom); in WebAssemblyTargetLowering() 83 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering() 88 setOperationAction(ISD::LOAD, T, Custom); in WebAssemblyTargetLowering() 89 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering() 96 setOperationAction(ISD::LOAD, T, Custom); in WebAssemblyTargetLowering() 97 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering() 156 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering() 200 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering() 206 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering() 235 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 120 setOperationAction(ISD::LOAD, MVT::f128, Custom); in initSPUActions() 121 setOperationAction(ISD::STORE, MVT::f128, Custom); in initSPUActions() 131 setOperationAction(ISD::JumpTable, PtrVT, Custom); in initSPUActions() 136 setOperationAction(ISD::VAARG, MVT::Other, Custom); in initSPUActions() 265 setOperationAction(ISD::ATOMIC_SWAP, VT, Custom); in initSPUActions() 303 setOperationAction(Opc, MVT::v512i1, Custom); in initVPUActions() 336 setOperationAction(MemOpc, VT, Custom); in initVPUActions() 344 setOperationAction(IntRedOpc, VT, Custom); in initVPUActions() 350 setOperationAction(ISD::STORE, MaskVT, Custom); in initVPUActions() 351 setOperationAction(ISD::LOAD, MaskVT, Custom); in initVPUActions() [all …]
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Format.cpp | 54 placeholder == FmtContext::PHKind::Custom) in getSubstFor() 75 .Default(FmtContext::PHKind::Custom); in getPlaceHolderKind() 169 if (repl.placeholder == FmtContext::PHKind::Custom) { in format()
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 75 setOperationAction(ISD::SRA, MVT::i8, Custom); in MSP430TargetLowering() 76 setOperationAction(ISD::SHL, MVT::i8, Custom); in MSP430TargetLowering() 77 setOperationAction(ISD::SRL, MVT::i8, Custom); in MSP430TargetLowering() 78 setOperationAction(ISD::SRA, MVT::i16, Custom); in MSP430TargetLowering() 79 setOperationAction(ISD::SHL, MVT::i16, Custom); in MSP430TargetLowering() 80 setOperationAction(ISD::SRL, MVT::i16, Custom); in MSP430TargetLowering() 85 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering() 86 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom); in MSP430TargetLowering() 87 setOperationAction(ISD::BlockAddress, MVT::i16, Custom); in MSP430TargetLowering() 89 setOperationAction(ISD::BR_CC, MVT::i8, Custom); in MSP430TargetLowering() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 86 Custom, enumerator 181 case LegacyLegalizeActions::Custom: in LegalizeActionStep() 182 Action = LegalizeActions::Custom; in LegalizeActionStep() 838 return actionIf(LegalizeAction::Custom, Predicate); in customIf() 841 return actionFor(LegalizeAction::Custom, Types); in customFor() 847 return actionFor(LegalizeAction::Custom, Types); in customFor() 851 return actionForCartesianProduct(LegalizeAction::Custom, Types); in customForCartesianProduct() 858 return actionForCartesianProduct(LegalizeAction::Custom, Types0, Types1); in customForCartesianProduct() 866 return actionForCartesianProduct(LegalizeAction::Custom, Types0, Types1, in customForCartesianProduct() 1243 return Action == LegalizeAction::Legal || Action == LegalizeAction::Custom; in isLegalOrCustom()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/EmitC/IR/ |
| H A D | EmitC.td | 39 // Custom form of applying the & operator. 72 // Custom form defining a call to `foo()`. 160 // Custom form defining the inclusion of `<myheader>`. 166 // Custom form defining the inclusion of `"myheader"`.
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 508 Custom); in RISCVTargetLowering() 512 Custom); in RISCVTargetLowering() 520 VT, Custom); in RISCVTargetLowering() 532 Custom); in RISCVTargetLowering() 600 Custom); in RISCVTargetLowering() 695 Custom); in RISCVTargetLowering() 782 Custom); in RISCVTargetLowering() 786 Custom); in RISCVTargetLowering() 822 Custom); in RISCVTargetLowering() 838 Custom); in RISCVTargetLowering() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 169 setOperationAction(ISD::SETCC, VT, Custom); in addTypeForNEON() 192 setOperationAction(ISD::SHL, VT, Custom); in addTypeForNEON() 193 setOperationAction(ISD::SRA, VT, Custom); in addTypeForNEON() 194 setOperationAction(ISD::SRL, VT, Custom); in addTypeForNEON() 255 setOperationAction(ISD::SHL, VT, Custom); in addMVEVectorTypes() 256 setOperationAction(ISD::SRA, VT, Custom); in addMVEVectorTypes() 257 setOperationAction(ISD::SRL, VT, Custom); in addMVEVectorTypes() 263 setOperationAction(ISD::SETCC, VT, Custom); in addMVEVectorTypes() 264 setOperationAction(ISD::MLOAD, VT, Custom); in addMVEVectorTypes() 267 setOperationAction(ISD::CTTZ, VT, Custom); in addMVEVectorTypes() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 281 setOperationAction(ISD::LOAD, MVT::i1, Custom); in PPCTargetLowering() 282 setOperationAction(ISD::STORE, MVT::i1, Custom); in PPCTargetLowering() 396 setOperationAction(ISD::FSIN , MVT::f64, Custom); in PPCTargetLowering() 397 setOperationAction(ISD::FCOS , MVT::f64, Custom); in PPCTargetLowering() 398 setOperationAction(ISD::FPOW , MVT::f64, Custom); in PPCTargetLowering() 399 setOperationAction(ISD::FLOG, MVT::f64, Custom); in PPCTargetLowering() 401 setOperationAction(ISD::FEXP, MVT::f64, Custom); in PPCTargetLowering() 405 setOperationAction(ISD::FLOG, MVT::f32, Custom); in PPCTargetLowering() 407 setOperationAction(ISD::FEXP, MVT::f32, Custom); in PPCTargetLowering() 743 setOperationAction(ISD::FSHL, MVT::i32, Custom); in PPCTargetLowering() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolCustom.h | 23 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
|