| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 110 setOperationAction(ISD::BITCAST, MVT::i16, Custom); in initializeHVXLowering() 111 setOperationAction(ISD::BITCAST, MVT::i32, Custom); in initializeHVXLowering() 112 setOperationAction(ISD::BITCAST, MVT::i64, Custom); in initializeHVXLowering() 113 setOperationAction(ISD::BITCAST, MVT::v16i1, Custom); in initializeHVXLowering() 114 setOperationAction(ISD::BITCAST, MVT::v128i1, Custom); in initializeHVXLowering() 115 setOperationAction(ISD::BITCAST, MVT::i128, Custom); in initializeHVXLowering() 118 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom); in initializeHVXLowering() 133 setOperationAction(ISD::INSERT_SUBVECTOR, T, Custom); in initializeHVXLowering() 134 setOperationAction(ISD::EXTRACT_SUBVECTOR, T, Custom); in initializeHVXLowering() 139 setOperationAction(ISD::MLOAD, T, Custom); in initializeHVXLowering() [all …]
|
| H A D | HexagonISelLowering.cpp | 1495 setOperationAction(ISD::ConstantPool, MVT::i32, Custom); in HexagonTargetLowering() 1496 setOperationAction(ISD::JumpTable, MVT::i32, Custom); in HexagonTargetLowering() 1499 setOperationAction(ISD::INLINEASM, MVT::Other, Custom); in HexagonTargetLowering() 1500 setOperationAction(ISD::INLINEASM_BR, MVT::Other, Custom); in HexagonTargetLowering() 1501 setOperationAction(ISD::PREFETCH, MVT::Other, Custom); in HexagonTargetLowering() 1502 setOperationAction(ISD::READCYCLECOUNTER, MVT::i64, Custom); in HexagonTargetLowering() 1503 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in HexagonTargetLowering() 1504 setOperationAction(ISD::EH_RETURN, MVT::Other, Custom); in HexagonTargetLowering() 1505 setOperationAction(ISD::GLOBAL_OFFSET_TABLE, MVT::i32, Custom); in HexagonTargetLowering() 1506 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in HexagonTargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 331 setOperationAction(ISD::LOAD, MVT::i64x8, Custom); in AArch64TargetLowering() 332 setOperationAction(ISD::STORE, MVT::i64x8, Custom); in AArch64TargetLowering() 410 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in AArch64TargetLowering() 411 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in AArch64TargetLowering() 412 setOperationAction(ISD::SETCC, MVT::i32, Custom); in AArch64TargetLowering() 413 setOperationAction(ISD::SETCC, MVT::i64, Custom); in AArch64TargetLowering() 414 setOperationAction(ISD::SETCC, MVT::f16, Custom); in AArch64TargetLowering() 415 setOperationAction(ISD::SETCC, MVT::f32, Custom); in AArch64TargetLowering() 416 setOperationAction(ISD::SETCC, MVT::f64, Custom); in AArch64TargetLowering() 417 setOperationAction(ISD::STRICT_FSETCC, MVT::f16, Custom); in AArch64TargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/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() 77 setOperationAction(ISD::DYNAMIC_STACKALLOC, 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() 96 setOperationAction(ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, VT, Custom); in BPFTargetLowering() 119 setOperationAction(ISD::SELECT_CC, VT, Custom); in BPFTargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1593 setOperationAction(ISD::LOAD, MVT::i64, Custom); in SparcTargetLowering() 1594 setOperationAction(ISD::STORE, MVT::i64, Custom); in SparcTargetLowering() 1621 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SparcTargetLowering() 1622 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom); in SparcTargetLowering() 1623 setOperationAction(ISD::ConstantPool, PtrVT, Custom); in SparcTargetLowering() 1624 setOperationAction(ISD::BlockAddress, PtrVT, Custom); in SparcTargetLowering() 1646 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom); in SparcTargetLowering() 1647 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom); in SparcTargetLowering() 1648 setOperationAction(ISD::FP_TO_SINT, MVT::i64, Custom); in SparcTargetLowering() 1649 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom); in SparcTargetLowering() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/ |
| H A D | get-02.txt | 7 X-Custom: This is a custom header 17 X-Custom: This is a custom header
|
| /openbsd-src/share/misc/ |
| H A D | usb_hid_usages | 1310 0x28 ET Custom Force Data 1343 0x67 Isoch Custom Force Enable 1344 0x68 Custom Force Data Report 1345 0x69 Custom Force Data 1346 0x6A Custom Force Vendor Defined Data 1347 0x6B Set Custom Force Report 1348 0x6C Custom Force Data Offset 1632 0xE1 Other: Custom 1861 0x540 Data Field: Custom 1862 0x541 Data Field: Custom Usage [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | XRayInstr.cpp | 23 .Case("custom", XRayInstrKind::Custom) in parseXRayInstrValue() 46 if (Set.has(XRayInstrKind::Custom)) in serializeXRayInstrValue()
|
| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 46 setOperationAction(ISD::LOAD, {MVT::i32, MVT::v2i32, MVT::v4i32}, Custom); in R600TargetLowering() 53 setLoadExtAction(Op, VT, MVT::i8, Custom); in R600TargetLowering() 54 setLoadExtAction(Op, VT, MVT::i16, Custom); in R600TargetLowering() 65 Custom); in R600TargetLowering() 67 setTruncStoreAction(MVT::i32, MVT::i8, Custom); in R600TargetLowering() 68 setTruncStoreAction(MVT::i32, MVT::i16, Custom); in R600TargetLowering() 71 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Custom); in R600TargetLowering() 72 setTruncStoreAction(MVT::v4i32, MVT::v4i16, Custom); in R600TargetLowering() 73 setTruncStoreAction(MVT::v8i32, MVT::v8i16, Custom); in R600TargetLowering() 74 setTruncStoreAction(MVT::v16i32, MVT::v16i16, Custom); in R600TargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 58 setOperationAction(ISD::SHL_PARTS, GRLenVT, Custom); in LoongArchTargetLowering() 59 setOperationAction(ISD::SRA_PARTS, GRLenVT, Custom); in LoongArchTargetLowering() 60 setOperationAction(ISD::SRL_PARTS, GRLenVT, Custom); in LoongArchTargetLowering() 61 setOperationAction(ISD::FP_TO_SINT, GRLenVT, Custom); in LoongArchTargetLowering() 66 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in LoongArchTargetLowering() 67 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom); in LoongArchTargetLowering() 71 GRLenVT, Custom); in LoongArchTargetLowering() 73 setOperationAction(ISD::GlobalTLSAddress, GRLenVT, Custom); in LoongArchTargetLowering() 75 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom); in LoongArchTargetLowering() 77 setOperationAction(ISD::EH_DWARF_CFA, MVT::i32, Custom); in LoongArchTargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 52 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in AVRTargetLowering() 53 setOperationAction(ISD::BlockAddress, MVT::i16, Custom); in AVRTargetLowering() 60 setOperationAction(ISD::INLINEASM, MVT::Other, Custom); in AVRTargetLowering() 80 setOperationAction(ISD::ADD, MVT::i32, Custom); in AVRTargetLowering() 81 setOperationAction(ISD::ADD, MVT::i64, Custom); in AVRTargetLowering() 85 setOperationAction(ISD::SRA, MVT::i8, Custom); in AVRTargetLowering() 86 setOperationAction(ISD::SHL, MVT::i8, Custom); in AVRTargetLowering() 87 setOperationAction(ISD::SRL, MVT::i8, Custom); in AVRTargetLowering() 88 setOperationAction(ISD::SRA, MVT::i16, Custom); in AVRTargetLowering() 89 setOperationAction(ISD::SHL, MVT::i16, Custom); in AVRTargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 205 setOperationAction(ISD::ABS , MVT::i16 , Custom); in X86TargetLowering() 206 setOperationAction(ISD::ABS , MVT::i32 , Custom); in X86TargetLowering() 208 setOperationAction(ISD::ABS , MVT::i64 , Custom); in X86TargetLowering() 212 setOperationAction(ISD::SSUBSAT , MVT::i8 , Custom); in X86TargetLowering() 213 setOperationAction(ISD::SSUBSAT , MVT::i16 , Custom); in X86TargetLowering() 214 setOperationAction(ISD::SSUBSAT , MVT::i32 , Custom); in X86TargetLowering() 216 setOperationAction(ISD::SSUBSAT , MVT::i64 , Custom); in X86TargetLowering() 221 LegalizeAction ShiftDoubleAction = Subtarget.isSHLDSlow() ? Custom : Legal; in X86TargetLowering() 223 setOperationAction(ShiftOp , MVT::i8 , Custom); in X86TargetLowering() 224 setOperationAction(ShiftOp , MVT::i16 , Custom); in X86TargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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() 101 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering() 102 setOperationAction(ISD::GlobalTLSAddress, MVTPtr, Custom); in WebAssemblyTargetLowering() 103 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering() 104 setOperationAction(ISD::JumpTable, MVTPtr, Custom); in WebAssemblyTargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/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() 1261 return Action == LegalizeAction::Legal || Action == LegalizeAction::Custom; in isLegalOrCustom()
|
| /openbsd-src/gnu/llvm/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() 127 setOperationAction(ISD::BlockAddress, PtrVT, Custom); in initSPUActions() 128 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in initSPUActions() 129 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom); in initSPUActions() 130 setOperationAction(ISD::ConstantPool, PtrVT, Custom); in initSPUActions() 131 setOperationAction(ISD::JumpTable, PtrVT, Custom); in initSPUActions() 134 setOperationAction(ISD::VASTART, MVT::Other, Custom); in initSPUActions() 136 setOperationAction(ISD::VAARG, MVT::Other, Custom); in initSPUActions() 143 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom); in initSPUActions() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 170 setOperationAction(ISD::SETCC, VT, Custom); in addTypeForNEON() 171 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Custom); in addTypeForNEON() 172 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custom); in addTypeForNEON() 174 setOperationAction(ISD::SINT_TO_FP, VT, Custom); in addTypeForNEON() 175 setOperationAction(ISD::UINT_TO_FP, VT, Custom); in addTypeForNEON() 176 setOperationAction(ISD::FP_TO_SINT, VT, Custom); in addTypeForNEON() 177 setOperationAction(ISD::FP_TO_UINT, VT, Custom); in addTypeForNEON() 184 setOperationAction(ISD::BUILD_VECTOR, VT, Custom); in addTypeForNEON() 185 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom); in addTypeForNEON() 193 setOperationAction(ISD::SHL, VT, Custom); in addTypeForNEON() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 185 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Custom); in PPCTargetLowering() 188 setOperationAction(ISD::INLINEASM, MVT::Other, Custom); in PPCTargetLowering() 189 setOperationAction(ISD::INLINEASM_BR, MVT::Other, Custom); in PPCTargetLowering() 275 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i1, Custom); in PPCTargetLowering() 276 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i1, Custom); in PPCTargetLowering() 277 setOperationAction(ISD::SINT_TO_FP, MVT::i1, Custom); in PPCTargetLowering() 278 setOperationAction(ISD::UINT_TO_FP, MVT::i1, Custom); in PPCTargetLowering() 282 setOperationAction(ISD::LOAD, MVT::i1, Custom); in PPCTargetLowering() 283 setOperationAction(ISD::STORE, MVT::i1, Custom); in PPCTargetLowering() 287 setOperationAction(ISD::TRUNCATE, MVT::i1, Custom); in PPCTargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 211 setOperationAction(ISD::BRCOND, MVT::Other, Custom); in RISCVTargetLowering() 215 setCondCodeAction(ISD::SETGT, XLenVT, Custom); in RISCVTargetLowering() 218 setCondCodeAction(ISD::SETUGT, XLenVT, Custom); in RISCVTargetLowering() 223 setOperationAction(ISD::VASTART, MVT::Other, Custom); in RISCVTargetLowering() 228 setOperationAction(ISD::EH_DWARF_CFA, MVT::i32, Custom); in RISCVTargetLowering() 234 setOperationAction(ISD::EH_DWARF_CFA, MVT::i64, Custom); in RISCVTargetLowering() 236 setOperationAction(ISD::LOAD, MVT::i32, Custom); in RISCVTargetLowering() 239 MVT::i32, Custom); in RISCVTargetLowering() 242 MVT::i32, Custom); in RISCVTargetLowering() 254 setOperationAction(ISD::MUL, {MVT::i32, MVT::i128}, Custom); in RISCVTargetLowering() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolCustom.h | 23 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Custom)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/h8300/ |
| H A D | t-rtems | 1 # Custom multilibs for RTEMS
|
| /openbsd-src/gnu/gcc/gcc/config/h8300/ |
| H A D | t-rtems | 1 # Custom multilibs for RTEMS
|