/external/clang/test/SemaTemplate/ |
D | nested-name-spec-template.cpp | 7 template<typename T> struct Promote; 9 template<> struct Promote<short> { struct 13 template<> struct Promote<int> { struct 17 template<> struct Promote<float> { struct 21 Promote<short>::type *ret_intptr(int* ip) { return ip; } in ret_intptr() 22 Promote<int>::type *ret_intptr2(int* ip) { return ip; } in ret_intptr2() 25 M::Promote<int>::type *ret_intptr3(int* ip) { return ip; } in ret_intptr3() 26 M::template Promote<int>::type *ret_intptr4(int* ip) { return ip; } in ret_intptr4() 31 M::template Promote<int> pi; 37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5() argument [all …]
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | nested-name-spec-template.cpp | 7 template<typename T> struct Promote; 9 template<> struct Promote<short> { struct 13 template<> struct Promote<int> { struct 17 template<> struct Promote<float> { struct 21 Promote<short>::type *ret_intptr(int* ip) { return ip; } in ret_intptr() 22 Promote<int>::type *ret_intptr2(int* ip) { return ip; } in ret_intptr2() 25 M::Promote<int>::type *ret_intptr3(int* ip) { return ip; } in ret_intptr3() 26 M::template Promote<int>::type *ret_intptr4(int* ip) { return ip; } in ret_intptr4() 31 M::template Promote<int> pi; 37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5() argument [all …]
|
/external/llvm-project/llvm/test/Transforms/PGOProfile/ |
D | indirect_call_promotion.ll | 8 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func4 with count 1030 out of 1600 9 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func2 with count 410 out of 570 10 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func3 with count 150 out of 160 11 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func1 with count 10 out of 10 13 ; PASS2-REMARK: remark: <unknown>:0:0: Promote indirect call to func4 with count 1030 out of 1600 14 ; PASS2-REMARK: remark: <unknown>:0:0: Promote indirect call to func2 with count 410 out of 570 15 ; PASS2-REMARK-NOT: remark: <unknown>:0:0: Promote indirect call to func3 16 ; PASS2-REMARK-NOT: remark: <unknown>:0:0: Promote indirect call to func1
|
D | thinlto_indirect_call_promotion.ll | 12 ; PASS-REMARK: Promote indirect call to a with count 1 out of 1 13 ; PASS-REMARK: Promote indirect call to c.llvm.0 with count 1 out of 1
|
/external/llvm/test/Transforms/PGOProfile/ |
D | indirect_call_promotion.ll | 5 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func4 with count 1030 out of 1600 6 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func2 with count 410 out of 570 7 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func3 with count 150 out of 160 8 ; PASS-REMARK: remark: <unknown>:0:0: Promote indirect call to func1 with count 10 out of 10
|
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/ |
D | CodegenStrategy.h | 51 struct Promote : public Transformation { struct 52 explicit Promote(linalg::LinalgPromotionOptions options) : options(options) {} in Promote() argument 114 transformationSequence.emplace_back(new Promote<LinalgOpType>(options)); in promote()
|
/external/llvm-project/llvm/test/Other/ |
D | printer.ll | 14 ; CHECK: *** IR Dump After {{Promote Memory to Register|PromotePass}} 19 ; CHECK: *** IR Dump After {{Promote Memory to Register|PromotePass}}
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiCallingConv.td | 19 // Promote i8/i16 args to i32 32 // Promote i8/i16 args to i32
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiCallingConv.td | 20 // Promote i8/i16 args to i32 33 // Promote i8/i16 args to i32
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiCallingConv.td | 19 // Promote i8/i16 args to i32 32 // Promote i8/i16 args to i32
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFCallingConv.td | 18 // Promote i8/i16/i32 args to i64 36 // Promote i8/i16/i32 args to i64
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFCallingConv.td | 18 // Promote i8/i16/i32 args to i64 36 // Promote i8/i16/i32 args to i64
|
/external/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 131 // Promote all types to i32 182 // Promote all types to i64 191 // Promote all types to i64 229 // Promote all types to i64 293 // Promote i1/i8/i16 arguments to i32. 392 // Promote i1/i8/i16 arguments to i32. 458 // Promote i8/i16/i32 arguments to i64. 472 // Promote i8/i16/i32 arguments to i64. 484 // Promote i8/i16 arguments to i32. 615 // Promote i1/i8/i16 arguments to i32. [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 81 // Promote i1/i8/i16/v1i1 arguments to i32. 84 // Promote v8i1/v16i1/v32i1 arguments to i32. 155 // Promote i1, v1i1, v8i1 arguments to i8. 158 // Promote v16i1 arguments to i16. 161 // Promote v32i1 arguments to i32. 312 // Promote all types to i32 369 // Promote all types to i64 378 // Promote all types to i64 420 // Promote all types to i64 504 // Promote i1/i8/i16/v1i1 arguments to i32. [all …]
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 81 // Promote i1/i8/i16/v1i1 arguments to i32. 84 // Promote v8i1/v16i1/v32i1 arguments to i32. 155 // Promote i1, v1i1, v8i1 arguments to i8. 158 // Promote v16i1 arguments to i16. 161 // Promote v32i1 arguments to i32. 312 // Promote all types to i32 372 // Promote all types to i64 381 // Promote all types to i64 423 // Promote all types to i64 507 // Promote i1/i8/i16/v1i1 arguments to i32. [all …]
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VECallingConv.td | 31 // Promote i1/i8/i16/i32 arguments to i64. 62 // Promote i1/i8/i16/i32 arguments to i64. 79 // Promote i1/i8/i16/i32 return values to i64.
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 128 setOperationAction(ISD::SETCC, MVT::f16, Promote); in MipsSETargetLowering() 129 setOperationAction(ISD::BR_CC, MVT::f16, Promote); in MipsSETargetLowering() 130 setOperationAction(ISD::SELECT_CC, MVT::f16, Promote); in MipsSETargetLowering() 131 setOperationAction(ISD::SELECT, MVT::f16, Promote); in MipsSETargetLowering() 132 setOperationAction(ISD::FADD, MVT::f16, Promote); in MipsSETargetLowering() 133 setOperationAction(ISD::FSUB, MVT::f16, Promote); in MipsSETargetLowering() 134 setOperationAction(ISD::FMUL, MVT::f16, Promote); in MipsSETargetLowering() 135 setOperationAction(ISD::FDIV, MVT::f16, Promote); in MipsSETargetLowering() 136 setOperationAction(ISD::FREM, MVT::f16, Promote); in MipsSETargetLowering() 137 setOperationAction(ISD::FMA, MVT::f16, Promote); in MipsSETargetLowering() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 128 setOperationAction(ISD::SETCC, MVT::f16, Promote); in MipsSETargetLowering() 129 setOperationAction(ISD::BR_CC, MVT::f16, Promote); in MipsSETargetLowering() 130 setOperationAction(ISD::SELECT_CC, MVT::f16, Promote); in MipsSETargetLowering() 131 setOperationAction(ISD::SELECT, MVT::f16, Promote); in MipsSETargetLowering() 132 setOperationAction(ISD::FADD, MVT::f16, Promote); in MipsSETargetLowering() 133 setOperationAction(ISD::FSUB, MVT::f16, Promote); in MipsSETargetLowering() 134 setOperationAction(ISD::FMUL, MVT::f16, Promote); in MipsSETargetLowering() 135 setOperationAction(ISD::FDIV, MVT::f16, Promote); in MipsSETargetLowering() 136 setOperationAction(ISD::FREM, MVT::f16, Promote); in MipsSETargetLowering() 137 setOperationAction(ISD::FMA, MVT::f16, Promote); in MipsSETargetLowering() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 66 setLoadExtAction(ISD::EXTLOAD, VT, MVT::i1, Promote); in MSP430TargetLowering() 67 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Promote); in MSP430TargetLowering() 68 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i1, Promote); in MSP430TargetLowering() 122 setOperationAction(ISD::MUL, MVT::i8, Promote); in MSP430TargetLowering() 123 setOperationAction(ISD::MULHS, MVT::i8, Promote); in MSP430TargetLowering() 124 setOperationAction(ISD::MULHU, MVT::i8, Promote); in MSP430TargetLowering() 125 setOperationAction(ISD::SMUL_LOHI, MVT::i8, Promote); in MSP430TargetLowering() 126 setOperationAction(ISD::UMUL_LOHI, MVT::i8, Promote); in MSP430TargetLowering() 133 setOperationAction(ISD::UDIV, MVT::i8, Promote); in MSP430TargetLowering() 134 setOperationAction(ISD::UDIVREM, MVT::i8, Promote); in MSP430TargetLowering() [all …]
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 65 setLoadExtAction(ISD::EXTLOAD, VT, MVT::i1, Promote); in MSP430TargetLowering() 66 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Promote); in MSP430TargetLowering() 67 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i1, Promote); in MSP430TargetLowering() 121 setOperationAction(ISD::MUL, MVT::i8, Promote); in MSP430TargetLowering() 122 setOperationAction(ISD::MULHS, MVT::i8, Promote); in MSP430TargetLowering() 123 setOperationAction(ISD::MULHU, MVT::i8, Promote); in MSP430TargetLowering() 124 setOperationAction(ISD::SMUL_LOHI, MVT::i8, Promote); in MSP430TargetLowering() 125 setOperationAction(ISD::UMUL_LOHI, MVT::i8, Promote); in MSP430TargetLowering() 132 setOperationAction(ISD::UDIV, MVT::i8, Promote); in MSP430TargetLowering() 133 setOperationAction(ISD::UDIVREM, MVT::i8, Promote); in MSP430TargetLowering() [all …]
|
/external/llvm-project/llvm/test/Transforms/LICM/ |
D | 2007-10-01-PromoteSafeValue.ll | 2 ; Promote value if at least one use is safe
|
/external/llvm/test/Transforms/LICM/ |
D | 2007-10-01-PromoteSafeValue.ll | 2 ; Promote value if at least one use is safe
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 74 setOperationAction(ISD::LOAD, MVT::f32, Promote); in AMDGPUTargetLowering() 77 setOperationAction(ISD::LOAD, MVT::v2f32, Promote); in AMDGPUTargetLowering() 80 setOperationAction(ISD::LOAD, MVT::v3f32, Promote); in AMDGPUTargetLowering() 83 setOperationAction(ISD::LOAD, MVT::v4f32, Promote); in AMDGPUTargetLowering() 86 setOperationAction(ISD::LOAD, MVT::v5f32, Promote); in AMDGPUTargetLowering() 89 setOperationAction(ISD::LOAD, MVT::v8f32, Promote); in AMDGPUTargetLowering() 92 setOperationAction(ISD::LOAD, MVT::v16f32, Promote); in AMDGPUTargetLowering() 95 setOperationAction(ISD::LOAD, MVT::v32f32, Promote); in AMDGPUTargetLowering() 98 setOperationAction(ISD::LOAD, MVT::i64, Promote); in AMDGPUTargetLowering() 101 setOperationAction(ISD::LOAD, MVT::v2i64, Promote); in AMDGPUTargetLowering() [all …]
|
/external/llvm/lib/Target/BPF/ |
D | BPFCallingConv.td | 19 // Promote i8/i16/i32 args to i64
|
/external/libcups/conf/ |
D | cupsd.conf.in | 75 …rinter Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-… 120 …rinter Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-… 166 …rinter Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-…
|