/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 287 setOperationAction(ISD::LOAD, T, Custom); in initializeHVXLowering() 288 setOperationAction(ISD::STORE, T, Custom); in initializeHVXLowering() 289 setOperationAction(ISD::MLOAD, T, Custom); in initializeHVXLowering() 290 setOperationAction(ISD::MSTORE, T, Custom); in initializeHVXLowering() 291 setOperationAction(ISD::ABS, T, Custom); in initializeHVXLowering() 292 setOperationAction(ISD::CTLZ, T, Custom); in initializeHVXLowering() 293 setOperationAction(ISD::CTTZ, T, Custom); in initializeHVXLowering() 294 setOperationAction(ISD::CTPOP, T, Custom); in initializeHVXLowering() 298 setOperationAction(ISD::MUL, T, Custom); in initializeHVXLowering() 299 setOperationAction(ISD::MULHS, T, Custom); in initializeHVXLowering() [all …]
|
H A D | HexagonISelLowering.cpp | 1515 setOperationAction(ISD::SETCC, MVT::i8, Custom); in HexagonTargetLowering() 1516 setOperationAction(ISD::SETCC, MVT::i16, Custom); in HexagonTargetLowering() 1548 setOperationAction(ISD::UADDO, VT, Custom); in HexagonTargetLowering() 1549 setOperationAction(ISD::USUBO, VT, Custom); in HexagonTargetLowering() 1669 setOperationAction(ISD::SRA, VT, Custom); in HexagonTargetLowering() 1670 setOperationAction(ISD::SHL, VT, Custom); in HexagonTargetLowering() 1671 setOperationAction(ISD::SRL, VT, Custom); in HexagonTargetLowering() 1724 setOperationAction(ISD::LOAD, VT, Custom); in HexagonTargetLowering() 1725 setOperationAction(ISD::STORE, VT, Custom); in HexagonTargetLowering() 1730 setOperationAction(ISD::LOAD, VT, Custom); in HexagonTargetLowering() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/Tools/ |
H A D | Compare.pm | 23 use Test2::Compare::Custom(); 215 Test2::Compare::Custom->new( 224 Test2::Compare::Custom->new( 233 Test2::Compare::Custom->new( 242 Test2::Compare::Custom->new( 251 Test2::Compare::Custom->new( 260 Test2::Compare::Custom->new( 269 Test2::Compare::Custom->new( 283 Test2::Compare::Custom->new( 297 Test2::Compare::Custom->new( [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 1055 setOperationAction(Op, VT, Custom); in AArch64TargetLowering() 1581 setOperationAction(ISD::SRA, VT, Custom); in addTypeForNEON() 1582 setOperationAction(ISD::SRL, VT, Custom); in addTypeForNEON() 1583 setOperationAction(ISD::SHL, VT, Custom); in addTypeForNEON() 1584 setOperationAction(ISD::OR, VT, Custom); in addTypeForNEON() 1607 setOperationAction(Opcode, VT, Custom); in addTypeForNEON() 1735 setOperationAction(ISD::ABS, VT, Custom); in addTypeForStreamingSVE() 1736 setOperationAction(ISD::ADD, VT, Custom); in addTypeForStreamingSVE() 1737 setOperationAction(ISD::AND, VT, Custom); in addTypeForStreamingSVE() 1774 setOperationAction(ISD::OR, VT, Custom); in addTypeForStreamingSVE() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Compare/ |
H A D | Custom.t | 1 use Test2::Bundle::Extended -target => 'Test2::Compare::Custom'; 14 is($pass->name, '<Custom Code>', "default name"); 34 field rows => [['', '', 'xxx', 'CODE(...)', '<Custom Code>']];
|
/openbsd/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() 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 …]
|
/openbsd/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/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1593 setOperationAction(ISD::LOAD, MVT::i64, Custom); in SparcTargetLowering() 1683 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in SparcTargetLowering() 1684 setOperationAction(ISD::BR_CC, MVT::f32, Custom); in SparcTargetLowering() 1685 setOperationAction(ISD::BR_CC, MVT::f64, Custom); in SparcTargetLowering() 1686 setOperationAction(ISD::BR_CC, MVT::f128, Custom); in SparcTargetLowering() 1693 setOperationAction(ISD::ADDC, MVT::i32, Custom); in SparcTargetLowering() 1694 setOperationAction(ISD::ADDE, MVT::i32, Custom); in SparcTargetLowering() 1695 setOperationAction(ISD::SUBC, MVT::i32, Custom); in SparcTargetLowering() 1696 setOperationAction(ISD::SUBE, MVT::i32, Custom); in SparcTargetLowering() 1699 setOperationAction(ISD::ADDC, MVT::i64, Custom); in SparcTargetLowering() [all …]
|
/openbsd/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 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 1864 0x543 Data Field: Custom Value [all …]
|
/openbsd/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/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/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 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() 76 setTruncStoreAction(MVT::v2i32, MVT::v2i8, Custom); in R600TargetLowering() 77 setTruncStoreAction(MVT::v4i32, MVT::v4i8, Custom); in R600TargetLowering() 105 MVT::f64, Custom); in R600TargetLowering() 111 Custom); in R600TargetLowering() 154 Custom); in R600TargetLowering() [all …]
|
/openbsd/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/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() 71 GRLenVT, Custom); in LoongArchTargetLowering() 87 setOperationAction(ISD::SHL, MVT::i32, Custom); in LoongArchTargetLowering() 88 setOperationAction(ISD::SRA, MVT::i32, Custom); in LoongArchTargetLowering() 89 setOperationAction(ISD::SRL, MVT::i32, Custom); in LoongArchTargetLowering() 92 setOperationAction(ISD::ROTR, MVT::i32, Custom); in LoongArchTargetLowering() 93 setOperationAction(ISD::ROTL, MVT::i32, Custom); in LoongArchTargetLowering() 94 setOperationAction(ISD::CTTZ, MVT::i32, Custom); in LoongArchTargetLowering() 95 setOperationAction(ISD::CTLZ, MVT::i32, Custom); in LoongArchTargetLowering() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 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() 90 setOperationAction(ISD::SRL, MVT::i16, Custom); in AVRTargetLowering() 91 setOperationAction(ISD::SRA, MVT::i32, Custom); in AVRTargetLowering() 92 setOperationAction(ISD::SHL, MVT::i32, Custom); in AVRTargetLowering() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 455 setOperationAction(ISD::SELECT, VT, Custom); in X86TargetLowering() 456 setOperationAction(ISD::SETCC, VT, Custom); in X86TargetLowering() 463 setOperationAction(ISD::SELECT, VT, Custom); in X86TargetLowering() 464 setOperationAction(ISD::SETCC, VT, Custom); in X86TargetLowering() 587 setOperationAction(ISD::SELECT, VT, Custom); in X86TargetLowering() 612 setOperationAction(ISD::FABS, VT, Custom); in X86TargetLowering() 615 setOperationAction(ISD::FNEG, VT, Custom); in X86TargetLowering() 621 setOperationAction(ISD::FADD, VT, Custom); in X86TargetLowering() 622 setOperationAction(ISD::FSUB, VT, Custom); in X86TargetLowering() 1391 setOperationAction(ISD::SRL, VT, Custom); in X86TargetLowering() [all …]
|
/openbsd/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/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() 156 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering() 205 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering() 211 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering() 240 setOperationAction(Op, T, Custom); in WebAssemblyTargetLowering() [all …]
|
/openbsd/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/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/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() 131 setOperationAction(ISD::JumpTable, PtrVT, Custom); in initSPUActions() 136 setOperationAction(ISD::VAARG, MVT::Other, Custom); in initSPUActions() 276 setOperationAction(ISD::ATOMIC_SWAP, VT, Custom); in initSPUActions() 314 setOperationAction(Opc, MVT::v512i1, Custom); in initVPUActions() 347 setOperationAction(MemOpc, VT, Custom); in initVPUActions() 355 setOperationAction(IntRedOpc, VT, Custom); in initVPUActions() 361 setOperationAction(ISD::STORE, MaskVT, Custom); in initVPUActions() 362 setOperationAction(ISD::LOAD, MaskVT, Custom); in initVPUActions() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 170 setOperationAction(ISD::SETCC, VT, Custom); in addTypeForNEON() 193 setOperationAction(ISD::SHL, VT, Custom); in addTypeForNEON() 194 setOperationAction(ISD::SRA, VT, Custom); in addTypeForNEON() 195 setOperationAction(ISD::SRL, VT, Custom); in addTypeForNEON() 256 setOperationAction(ISD::SHL, VT, Custom); in addMVEVectorTypes() 257 setOperationAction(ISD::SRA, VT, Custom); in addMVEVectorTypes() 258 setOperationAction(ISD::SRL, VT, Custom); in addMVEVectorTypes() 264 setOperationAction(ISD::SETCC, VT, Custom); in addMVEVectorTypes() 265 setOperationAction(ISD::MLOAD, VT, Custom); in addMVEVectorTypes() 268 setOperationAction(ISD::CTTZ, VT, Custom); in addMVEVectorTypes() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 282 setOperationAction(ISD::LOAD, MVT::i1, Custom); in PPCTargetLowering() 283 setOperationAction(ISD::STORE, MVT::i1, Custom); in PPCTargetLowering() 397 setOperationAction(ISD::FSIN , MVT::f64, Custom); in PPCTargetLowering() 398 setOperationAction(ISD::FCOS , MVT::f64, Custom); in PPCTargetLowering() 399 setOperationAction(ISD::FPOW , MVT::f64, Custom); in PPCTargetLowering() 400 setOperationAction(ISD::FLOG, MVT::f64, Custom); in PPCTargetLowering() 402 setOperationAction(ISD::FEXP, MVT::f64, Custom); in PPCTargetLowering() 406 setOperationAction(ISD::FLOG, MVT::f32, Custom); in PPCTargetLowering() 408 setOperationAction(ISD::FEXP, MVT::f32, Custom); in PPCTargetLowering() 749 setOperationAction(ISD::FSHL, MVT::i32, Custom); in PPCTargetLowering() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/ |
H A D | Compare.pm | 75 require Test2::Compare::Custom; 149 return Test2::Compare::Custom->new(code => $thing)
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 559 Custom); in RISCVTargetLowering() 563 Custom); in RISCVTargetLowering() 571 VT, Custom); in RISCVTargetLowering() 631 VT, Custom); in RISCVTargetLowering() 660 VT, Custom); in RISCVTargetLowering() 664 VT, Custom); in RISCVTargetLowering() 686 Custom); in RISCVTargetLowering() 721 VT, Custom); in RISCVTargetLowering() 836 Custom); in RISCVTargetLowering() 840 Custom); in RISCVTargetLowering() [all …]
|