Searched defs:cdp (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGenCUDA/ |
D | function-overload.cu | 84 fp_t cdp = cd; // CHECK-HOST-NC: store {{.*}} @cd, {{.*}} %cdp, in hostf() local 108 fp_t cdp = cd; // CHECK-DEVICE: store {{.*}} @cd, {{.*}} %cdp, in devicef() local 132 fp_t cdp = cd; // CHECK-BOTH-NC: store {{.*}} @cd, {{.*}} %cdp, in hostdevicef() local
|
/external/clang/test/SemaCUDA/ |
D | function-overload.cu | 73 fp_t cdp = cd; in hostf() local 105 fp_t cdp = cd; in devicef() local 139 fp_t cdp = cd; in globalf() local 173 fp_t cdp = cd; in hostdevicef() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 2046 CodeGenDAGPatterns &cdp) : TheRecord(TheRec), CDP(cdp), in TreePattern() 2053 CodeGenDAGPatterns &cdp) : TheRecord(TheRec), CDP(cdp), in TreePattern() 2059 CodeGenDAGPatterns &cdp) : TheRecord(TheRec), CDP(cdp), in TreePattern() 2748 InstAnalyzer(const CodeGenDAGPatterns &cdp) in InstAnalyzer()
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 2139 void Assembler::cdp(Coprocessor coproc, in cdp() function in v8::internal::Assembler
|