/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 62 MDNode *N; variable 65 DIDescriptor(const MDNode *N = nullptr) : N(const_cast<MDNode *>(N)) {} in N() function 108 MDSubrange *N; variable 111 DISubrange(const MDSubrange *N = nullptr) : N(const_cast<MDSubrange *>(N)) {} in N() function 119 MDEnumerator *N; variable 123 : N(const_cast<MDEnumerator *>(N)) {} in N() argument 131 MDScope *N; variable 134 DIScope(const MDScope *N = nullptr) : N(const_cast<MDScope *>(N)) {} in N() function 143 MDType *N; variable 146 DIType(const MDType *N = nullptr) : N(const_cast<MDType *>(N)) {} in N() argument [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 49 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult() 114 SDValue DAGTypeLegalizer::SoftenFloatRes_BITCAST(SDNode *N) { in SoftenFloatRes_BITCAST() 118 SDValue DAGTypeLegalizer::SoftenFloatRes_MERGE_VALUES(SDNode *N, in SoftenFloatRes_MERGE_VALUES() 124 SDValue DAGTypeLegalizer::SoftenFloatRes_BUILD_PAIR(SDNode *N) { in SoftenFloatRes_BUILD_PAIR() 133 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(ConstantFPSDNode *N) { in SoftenFloatRes_ConstantFP() 139 SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_VECTOR_ELT(SDNode *N) { in SoftenFloatRes_EXTRACT_VECTOR_ELT() 146 SDValue DAGTypeLegalizer::SoftenFloatRes_FABS(SDNode *N) { in SoftenFloatRes_FABS() 158 SDValue DAGTypeLegalizer::SoftenFloatRes_FMINNUM(SDNode *N) { in SoftenFloatRes_FMINNUM() 171 SDValue DAGTypeLegalizer::SoftenFloatRes_FMAXNUM(SDNode *N) { in SoftenFloatRes_FMAXNUM() 184 SDValue DAGTypeLegalizer::SoftenFloatRes_FADD(SDNode *N) { in SoftenFloatRes_FADD() [all …]
|
D | LegalizeIntegerTypes.cpp | 37 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { in PromoteIntegerResult() 152 SDValue DAGTypeLegalizer::PromoteIntRes_MERGE_VALUES(SDNode *N, in PromoteIntRes_MERGE_VALUES() 158 SDValue DAGTypeLegalizer::PromoteIntRes_AssertSext(SDNode *N) { in PromoteIntRes_AssertSext() 165 SDValue DAGTypeLegalizer::PromoteIntRes_AssertZext(SDNode *N) { in PromoteIntRes_AssertZext() 172 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic0(AtomicSDNode *N) { in PromoteIntRes_Atomic0() 185 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic1(AtomicSDNode *N) { in PromoteIntRes_Atomic1() 198 SDValue DAGTypeLegalizer::PromoteIntRes_AtomicCmpSwap(AtomicSDNode *N, in PromoteIntRes_AtomicCmpSwap() 235 SDValue DAGTypeLegalizer::PromoteIntRes_BITCAST(SDNode *N) { in PromoteIntRes_BITCAST() 302 SDValue DAGTypeLegalizer::PromoteIntRes_BSWAP(SDNode *N) { in PromoteIntRes_BSWAP() 313 SDValue DAGTypeLegalizer::PromoteIntRes_BUILD_PAIR(SDNode *N) { in PromoteIntRes_BUILD_PAIR() [all …]
|
D | LegalizeVectorTypes.cpp | 35 void DAGTypeLegalizer::ScalarizeVectorResult(SDNode *N, unsigned ResNo) { in ScalarizeVectorResult() 138 SDValue DAGTypeLegalizer::ScalarizeVecRes_BinOp(SDNode *N) { in ScalarizeVecRes_BinOp() 145 SDValue DAGTypeLegalizer::ScalarizeVecRes_TernaryOp(SDNode *N) { in ScalarizeVecRes_TernaryOp() 153 SDValue DAGTypeLegalizer::ScalarizeVecRes_MERGE_VALUES(SDNode *N, in ScalarizeVecRes_MERGE_VALUES() 159 SDValue DAGTypeLegalizer::ScalarizeVecRes_BITCAST(SDNode *N) { in ScalarizeVecRes_BITCAST() 165 SDValue DAGTypeLegalizer::ScalarizeVecRes_BUILD_VECTOR(SDNode *N) { in ScalarizeVecRes_BUILD_VECTOR() 175 SDValue DAGTypeLegalizer::ScalarizeVecRes_CONVERT_RNDSAT(SDNode *N) { in ScalarizeVecRes_CONVERT_RNDSAT() 186 SDValue DAGTypeLegalizer::ScalarizeVecRes_EXTRACT_SUBVECTOR(SDNode *N) { in ScalarizeVecRes_EXTRACT_SUBVECTOR() 192 SDValue DAGTypeLegalizer::ScalarizeVecRes_FP_ROUND(SDNode *N) { in ScalarizeVecRes_FP_ROUND() 199 SDValue DAGTypeLegalizer::ScalarizeVecRes_FPOWI(SDNode *N) { in ScalarizeVecRes_FPOWI() [all …]
|
/external/eigen/bench/btl/libs/eigen2/ |
D | eigen2_interface.hh | 57 static void free_matrix(gene_matrix & A, int N) {} in free_matrix() 86 int N=A_stl.size(); in matrix_to_stl() local 96 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 100 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 104 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N){ in ata_product() 108 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product() 112 …e void matrix_vector_product(const gene_matrix & A, const gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 116 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 120 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() 124 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ in axpby() [all …]
|
/external/eigen/bench/btl/libs/gmm/ |
D | gmm_interface.hh | 44 static void free_matrix(gene_matrix & A, int N){ in free_matrix() 71 int N=A_stl.size(); in matrix_to_stl() local 81 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 85 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 89 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N){ in ata_product() 93 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product() 97 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 101 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 105 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() 109 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ in axpby() [all …]
|
/external/eigen/bench/btl/libs/eigen3/ |
D | eigen3_interface.hh | 48 static void free_matrix(gene_matrix & A, int N) {} in free_matrix() 77 int N=A_stl.size(); in matrix_to_stl() local 87 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 91 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 99 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product() 104 …e void matrix_vector_product(const gene_matrix & A, const gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 108 static inline void symv(const gene_matrix & A, const gene_vector & B, gene_vector & X, int N){ in symv() 158 static EIGEN_DONT_INLINE void syr2(gene_matrix & A, gene_vector & X, gene_vector & Y, int N){ in syr2() 164 static EIGEN_DONT_INLINE void ger(gene_matrix & A, gene_vector & X, gene_vector & Y, int N){ in ger() 169 static EIGEN_DONT_INLINE void rot(gene_vector & A, gene_vector & B, real c, real s, int N){ in rot() [all …]
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowParcel.java | 119 int N = readInt(); in readString() local 206 int N = readInt(); in readBooleanArray() local 227 int N = readInt(); in createBooleanArray() local 240 int N = readInt(); in readCharArray() local 261 int N = readInt(); in createCharArray() local 274 int N = readInt(); in readFloatArray() local 295 int N = readInt(); in createFloatArray() local 319 int N = readInt(); in readDoubleArray() local 329 int N = readInt(); in createDoubleArray() local 353 int N = readInt(); in readIntArray() local [all …]
|
/external/cblas/testing/ |
D | c_dblas1.c | 11 double F77_dasum(const int *N, double *X, const int *incX) in F77_dasum() 16 void F77_daxpy(const int *N, const double *alpha, const double *X, in F77_daxpy() 23 void F77_dcopy(const int *N, double *X, const int *incX, in F77_dcopy() 30 double F77_ddot(const int *N, const double *X, const int *incX, in F77_ddot() 36 double F77_dnrm2(const int *N, const double *X, const int *incX) in F77_dnrm2() 47 void F77_drot( const int *N, double *X, const int *incX, double *Y, in F77_drot() 55 void F77_dscal(const int *N, const double *alpha, double *X, in F77_dscal() 62 void F77_dswap( const int *N, double *X, const int *incX, in F77_dswap() 69 double F77_dzasum(const int *N, void *X, const int *incX) in F77_dzasum() 74 double F77_dznrm2(const int *N, const void *X, const int *incX) in F77_dznrm2() [all …]
|
D | c_sblas1.c | 11 float F77_sasum(const int *N, float *X, const int *incX) in F77_sasum() 16 void F77_saxpy(const int *N, const float *alpha, const float *X, in F77_saxpy() 23 float F77_scasum(const int *N, void *X, const int *incX) in F77_scasum() 28 float F77_scnrm2(const int *N, const void *X, const int *incX) in F77_scnrm2() 33 void F77_scopy(const int *N, const float *X, const int *incX, in F77_scopy() 40 float F77_sdot(const int *N, const float *X, const int *incX, in F77_sdot() 46 float F77_snrm2(const int *N, const float *X, const int *incX) in F77_snrm2() 57 void F77_srot( const int *N, float *X, const int *incX, float *Y, in F77_srot() 64 void F77_sscal(const int *N, const float *alpha, float *X, in F77_sscal() 71 void F77_sswap( const int *N, float *X, const int *incX, in F77_sswap() [all …]
|
D | c_cblas1.c | 11 void F77_caxpy(const int *N, const void *alpha, void *X, in F77_caxpy() 18 void F77_ccopy(const int *N, void *X, const int *incX, in F77_ccopy() 25 void F77_cdotc(const int *N, void *X, const int *incX, in F77_cdotc() 32 void F77_cdotu(const int *N, void *X, const int *incX, in F77_cdotu() 39 void F77_cscal(const int *N, const void * *alpha, void *X, in F77_cscal() 46 void F77_csscal(const int *N, const float *alpha, void *X, in F77_csscal() 53 void F77_cswap( const int *N, void *X, const int *incX, in F77_cswap() 60 int F77_icamax(const int *N, const void *X, const int *incX) in F77_icamax() 66 float F77_scnrm2(const int *N, const void *X, const int *incX) in F77_scnrm2() 71 float F77_scasum(const int *N, void *X, const int *incX) in F77_scasum()
|
D | c_zblas1.c | 11 void F77_zaxpy(const int *N, const void *alpha, void *X, in F77_zaxpy() 18 void F77_zcopy(const int *N, void *X, const int *incX, in F77_zcopy() 25 void F77_zdotc(const int *N, const void *X, const int *incX, in F77_zdotc() 32 void F77_zdotu(const int *N, void *X, const int *incX, in F77_zdotu() 39 void F77_zdscal(const int *N, const double *alpha, void *X, in F77_zdscal() 46 void F77_zscal(const int *N, const void * *alpha, void *X, in F77_zscal() 53 void F77_zswap( const int *N, void *X, const int *incX, in F77_zswap() 60 int F77_izamax(const int *N, const void *X, const int *incX) in F77_izamax() 66 double F77_dznrm2(const int *N, const void *X, const int *incX) in F77_dznrm2() 71 double F77_dzasum(const int *N, void *X, const int *incX) in F77_dzasum()
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas_interface_impl.hh | 17 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 21 static inline void symv(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in symv() 25 static inline void syr2(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in syr2() 29 static inline void ger(gene_matrix & A, gene_vector & X, gene_vector & Y, int N){ in ger() 33 static inline void rot(gene_vector & A, gene_vector & B, SCALAR c, SCALAR s, int N){ in rot() 37 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 41 …static inline void matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 45 …ne void transposed_matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 53 static inline void aat_product(gene_matrix & A, gene_matrix & X, int N){ in aat_product() 57 static inline void axpy(SCALAR coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() [all …]
|
/external/eigen/bench/btl/libs/ublas/ |
D | ublas_interface.hh | 45 static void free_matrix(gene_matrix & A, int N) {} in free_matrix() 68 int N=A_stl.size(); in matrix_to_stl() local 77 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() 83 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ in copy_matrix() 91 …c inline void matrix_vector_product_slow(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product_slow() 95 …c inline void matrix_matrix_product_slow(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product_slow() 99 static inline void axpy_slow(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy_slow() 105 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 109 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 113 …static inline void matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 110 bool MipsDAGToDAGISel::selectAddr16(SDNode *Parent, SDValue N, SDValue &Base, in selectAddr16() 116 bool MipsDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm) const { in selectVSplat() 121 bool MipsDAGToDAGISel::selectVSplatUimm1(SDValue N, SDValue &Imm) const { in selectVSplatUimm1() 126 bool MipsDAGToDAGISel::selectVSplatUimm2(SDValue N, SDValue &Imm) const { in selectVSplatUimm2() 131 bool MipsDAGToDAGISel::selectVSplatUimm3(SDValue N, SDValue &Imm) const { in selectVSplatUimm3() 136 bool MipsDAGToDAGISel::selectVSplatUimm4(SDValue N, SDValue &Imm) const { in selectVSplatUimm4() 141 bool MipsDAGToDAGISel::selectVSplatUimm5(SDValue N, SDValue &Imm) const { in selectVSplatUimm5() 146 bool MipsDAGToDAGISel::selectVSplatUimm6(SDValue N, SDValue &Imm) const { in selectVSplatUimm6() 151 bool MipsDAGToDAGISel::selectVSplatUimm8(SDValue N, SDValue &Imm) const { in selectVSplatUimm8() 156 bool MipsDAGToDAGISel::selectVSplatSimm5(SDValue N, SDValue &Imm) const { in selectVSplatSimm5() [all …]
|
/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_interface.hh | 43 static void free_matrix(gene_matrix & A, int N){ in free_matrix() 75 int N=A_stl.size(); in matrix_to_stl() local 84 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 91 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 99 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product() 103 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 107 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 111 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() 115 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ in axpby() 130 …ic inline void trisolve_lower(const gene_matrix & L, const gene_vector& B, gene_vector & X, int N){ in trisolve_lower() [all …]
|
/external/llvm/lib/IR/ |
D | DiagnosticPrinter.cpp | 53 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(unsigned long N) { in operator <<() 57 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(long N) { in operator <<() 63 unsigned long long N) { in operator <<() 68 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(long long N) { in operator <<() 78 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(unsigned int N) { in operator <<() 83 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(int N) { in operator <<() 88 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(double N) { in operator <<()
|
/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
D | insert_iter_iter_iter.pass.cpp | 31 const int N = sizeof(a)/sizeof(a[0]); in main() local 48 const int N = sizeof(a)/sizeof(a[0]); in main() local 67 const unsigned N = sizeof(a)/sizeof(a[0]); in main() local 85 const unsigned N = sizeof(a)/sizeof(a[0]); in main() local 101 const int N = sizeof(a)/sizeof(a[0]); in main() local 118 const int N = sizeof(a)/sizeof(a[0]); in main() local 137 const int N = sizeof(a)/sizeof(a[0]); in main() local 147 const int N = sizeof(a)/sizeof(a[0]); in main() local 164 const int N = sizeof(a)/sizeof(a[0]); in main() local 183 const int N = sizeof(a)/sizeof(a[0]); in main() local
|
/external/clang/test/CodeGenCXX/ |
D | constructor-init.cpp | 28 struct N : M , P, Q { struct 29 N() : f1(1.314), P(2000), ld(00.1234+f1), M(1000), Q(3000), in N() function 31 M m1; 32 M m2; 33 float f1; 34 int i1; 35 float d1; 36 void PR() { in PR() 60 N n1; in main() argument
|
D | destructor-calls.cpp | 25 struct N : M, P { struct 26 N() { printf("N()\n"); iN = ++val; } in N() function 27 ~N() { printf("~N(%d) val = %d\n", iN, --val); } in ~N() argument 28 int iN; argument 38 N n1; in main() argument
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
D | p2.cpp | 5 namespace N { namespace 13 namespace N { namespace 19 namespace N { namespace 23 namespace N { namespace
|
/external/clang/test/FixIt/ |
D | typo-using.cpp | 11 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} namespace 16 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} namespace 21 namespace N { void FFF() {} } // expected-note {{'FFF' declared here}} in FFF() namespace 27 namespace N { } namespace 33 namespace N { } namespace 39 namespace N { } namespace
|
/external/flac/libFLAC/ |
D | window.c | 48 const FLAC__int32 N = L - 1; in FLAC__window_bartlett() local 67 const FLAC__int32 N = L - 1; in FLAC__window_bartlett_hann() local 76 const FLAC__int32 N = L - 1; in FLAC__window_blackman() local 86 const FLAC__int32 N = L - 1; in FLAC__window_blackman_harris_4term_92db_sidelobe() local 95 const FLAC__int32 N = L - 1; in FLAC__window_connes() local 108 const FLAC__int32 N = L - 1; in FLAC__window_flattop() local 117 const FLAC__int32 N = L - 1; in FLAC__window_gauss() local 129 const FLAC__int32 N = L - 1; in FLAC__window_hamming() local 138 const FLAC__int32 N = L - 1; in FLAC__window_hann() local 147 const FLAC__int32 N = L - 1; in FLAC__window_kaiser_bessel() local [all …]
|
/external/eigen/bench/btl/libs/STL/ |
D | STL_interface.hh | 47 static void free_matrix(gene_matrix & A, int N){} in free_matrix() 68 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() 75 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ in copy_matrix() 94 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N) in aat_product() 112 …ne void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N) in matrix_matrix_product() 125 static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in matrix_vector_product() 136 static inline void symv(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in symv() 153 static inline void syr2(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in syr2() 162 static inline void ger(gene_matrix & A, gene_vector & X, gene_vector & Y, int N) in ger() 171 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in atv_product() [all …]
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILISelDAGToDAG.cpp | 154 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) { in Select() 225 bool AMDGPUDAGToDAGISel::isGlobalStore(const StoreSDNode *N) { in isGlobalStore() 229 bool AMDGPUDAGToDAGISel::isPrivateStore(const StoreSDNode *N) { in isPrivateStore() 235 bool AMDGPUDAGToDAGISel::isLocalStore(const StoreSDNode *N) { in isLocalStore() 239 bool AMDGPUDAGToDAGISel::isRegionStore(const StoreSDNode *N) { in isRegionStore() 243 bool AMDGPUDAGToDAGISel::isConstantLoad(const LoadSDNode *N, int cbID) { in isConstantLoad() 261 bool AMDGPUDAGToDAGISel::isGlobalLoad(const LoadSDNode *N) { in isGlobalLoad() 265 bool AMDGPUDAGToDAGISel::isLocalLoad(const LoadSDNode *N) { in isLocalLoad() 269 bool AMDGPUDAGToDAGISel::isRegionLoad(const LoadSDNode *N) { in isRegionLoad() 273 bool AMDGPUDAGToDAGISel::isCPLoad(const LoadSDNode *N) { in isCPLoad() [all …]
|