Home
last modified time | relevance | path

Searched defs:CC (Results 201 – 225 of 13109) sorted by relevance

12345678910>>...525

/dports/biology/sra-tools/sra-tools-2.11.0/ngs/ngs-sdk/ngs/itf/
H A DReferenceSequenceItf.h58 …NGS_String_v1 * ( CC * get_canon_name ) ( const NGS_ReferenceSequence_v1 * self, NGS_ErrBlock_v1 *… member
59 bool ( CC * is_circular ) ( const NGS_ReferenceSequence_v1 * self, NGS_ErrBlock_v1 * err ); member
61 …NGS_String_v1 * ( CC * get_ref_bases ) ( const NGS_ReferenceSequence_v1 * self, NGS_ErrBlock_v1 * … member
62 …NGS_String_v1 * ( CC * get_ref_chunk ) ( const NGS_ReferenceSequence_v1 * self, NGS_ErrBlock_v1 * … member
/dports/biology/ncbi-vdb/ngs-2.11.0/ngs-sdk/ngs/itf/
H A DReferenceSequenceItf.h58 …NGS_String_v1 * ( CC * get_canon_name ) ( const NGS_ReferenceSequence_v1 * self, NGS_ErrBlock_v1 *… member
59 bool ( CC * is_circular ) ( const NGS_ReferenceSequence_v1 * self, NGS_ErrBlock_v1 * err ); member
61 …NGS_String_v1 * ( CC * get_ref_bases ) ( const NGS_ReferenceSequence_v1 * self, NGS_ErrBlock_v1 * … member
62 …NGS_String_v1 * ( CC * get_ref_chunk ) ( const NGS_ReferenceSequence_v1 * self, NGS_ErrBlock_v1 * … member
/dports/biology/ngs-sdk/ngs-2.11.1/ngs-sdk/ngs/itf/
H A DReferenceSequenceItf.h58 …NGS_String_v1 * ( CC * get_canon_name ) ( const NGS_ReferenceSequence_v1 * self, NGS_ErrBlock_v1 *… member
59 bool ( CC * is_circular ) ( const NGS_ReferenceSequence_v1 * self, NGS_ErrBlock_v1 * err ); member
61 …NGS_String_v1 * ( CC * get_ref_bases ) ( const NGS_ReferenceSequence_v1 * self, NGS_ErrBlock_v1 * … member
62 …NGS_String_v1 * ( CC * get_ref_chunk ) ( const NGS_ReferenceSequence_v1 * self, NGS_ErrBlock_v1 * … member
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp95 static unsigned getRsrc1Reg(CallingConv::ID CC) { in getRsrc1Reg()
117 static unsigned getScratchSizeKey(CallingConv::ID CC) { in getScratchSizeKey()
138 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1()
144 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2()
188 void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) { in setEntryPoint()
209 getHwStage(CC)[".vgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedVgprs() local
225 getHwStage(CC)[".sgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedSgprs() local
236 getHwStage(CC)[".scratch_memory_size"] = MsgPackDoc.getNode(Val); in setScratchSize() local
269 void AMDGPUPALMetadata::setWave32(unsigned CC) { in setWave32()
810 static const char *getStageName(CallingConv::ID CC) { in getStageName()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp95 static unsigned getRsrc1Reg(CallingConv::ID CC) { in getRsrc1Reg()
117 static unsigned getScratchSizeKey(CallingConv::ID CC) { in getScratchSizeKey()
138 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1()
144 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2()
188 void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) { in setEntryPoint()
209 getHwStage(CC)[".vgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedVgprs() local
225 getHwStage(CC)[".sgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedSgprs() local
236 getHwStage(CC)[".scratch_memory_size"] = MsgPackDoc.getNode(Val); in setScratchSize() local
269 void AMDGPUPALMetadata::setWave32(unsigned CC) { in setWave32()
810 static const char *getStageName(CallingConv::ID CC) { in getStageName()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp95 static unsigned getRsrc1Reg(CallingConv::ID CC) { in getRsrc1Reg()
117 static unsigned getScratchSizeKey(CallingConv::ID CC) { in getScratchSizeKey()
138 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1()
144 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2()
188 void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) { in setEntryPoint()
209 getHwStage(CC)[".vgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedVgprs() local
225 getHwStage(CC)[".sgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedSgprs() local
236 getHwStage(CC)[".scratch_memory_size"] = MsgPackDoc.getNode(Val); in setScratchSize() local
269 void AMDGPUPALMetadata::setWave32(unsigned CC) { in setWave32()
810 static const char *getStageName(CallingConv::ID CC) { in getStageName()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp95 static unsigned getRsrc1Reg(CallingConv::ID CC) { in getRsrc1Reg()
117 static unsigned getScratchSizeKey(CallingConv::ID CC) { in getScratchSizeKey()
138 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1()
144 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2()
188 void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) { in setEntryPoint()
209 getHwStage(CC)[".vgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedVgprs() local
225 getHwStage(CC)[".sgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedSgprs() local
236 getHwStage(CC)[".scratch_memory_size"] = MsgPackDoc.getNode(Val); in setScratchSize() local
269 void AMDGPUPALMetadata::setWave32(unsigned CC) { in setWave32()
810 static const char *getStageName(CallingConv::ID CC) { in getStageName()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp95 static unsigned getRsrc1Reg(CallingConv::ID CC) { in getRsrc1Reg()
117 static unsigned getScratchSizeKey(CallingConv::ID CC) { in getScratchSizeKey()
138 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1()
144 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2()
188 void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) { in setEntryPoint()
209 getHwStage(CC)[".vgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedVgprs() local
225 getHwStage(CC)[".sgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedSgprs() local
236 getHwStage(CC)[".scratch_memory_size"] = MsgPackDoc.getNode(Val); in setScratchSize() local
269 void AMDGPUPALMetadata::setWave32(unsigned CC) { in setWave32()
810 static const char *getStageName(CallingConv::ID CC) { in getStageName()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp95 static unsigned getRsrc1Reg(CallingConv::ID CC) { in getRsrc1Reg()
117 static unsigned getScratchSizeKey(CallingConv::ID CC) { in getScratchSizeKey()
138 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1()
144 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2()
188 void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) { in setEntryPoint()
209 getHwStage(CC)[".vgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedVgprs() local
225 getHwStage(CC)[".sgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedSgprs() local
236 getHwStage(CC)[".scratch_memory_size"] = MsgPackDoc.getNode(Val); in setScratchSize() local
269 void AMDGPUPALMetadata::setWave32(unsigned CC) { in setWave32()
810 static const char *getStageName(CallingConv::ID CC) { in getStageName()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/fusion/test/sequence/
H A Dmap_copy.cpp33 struct CC { CC() {} CC(const BB&) {} }; in CC() function
/dports/devel/boost-python-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Dmap_copy.cpp33 struct CC { CC() {} CC(const BB&) {} }; in CC() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/fusion/test/sequence/
H A Dmap_copy.cpp33 struct CC { CC() {} CC(const BB&) {} }; in CC() function
H A Dcopy.hpp35 struct CC { CC() {} CC(const BB&) {} }; in CC() argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/fusion/test/sequence/
H A Dmap_copy.cpp33 struct CC { CC() {} CC(const BB&) {} }; in CC() argument
H A Dcopy.hpp35 struct CC { CC() {} CC(const BB&) {} }; in CC() function
/dports/databases/percona57-server/boost_1_59_0/libs/fusion/test/sequence/
H A Dmap_copy.cpp33 struct CC { CC() {} CC(const BB&) {} }; in CC() function
/dports/databases/xtrabackup/boost_1_59_0/libs/fusion/test/sequence/
H A Dmap_copy.cpp33 struct CC { CC() {} CC(const BB&) {} }; in CC() function
/dports/databases/percona57-client/boost_1_59_0/libs/fusion/test/sequence/
H A Dmap_copy.cpp33 struct CC { CC() {} CC(const BB&) {} }; in CC() struct
/dports/devel/boost-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Dmap_copy.cpp33 struct CC { CC() {} CC(const BB&) {} }; in CC() function
/dports/devel/hyperscan/boost_1_75_0/libs/fusion/test/sequence/
H A Dmap_copy.cpp33 struct CC { CC() {} CC(const BB&) {} }; in CC() function
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/bfin/
H A Dexpected_errors.s6 CC = R3 < 4; define
7 CC = R3 < 7; define
8 CC = R3 < 8; define
9 CC = R3 <= 4; define
10 CC = R3 <= 7; define
11 CC = R3 <= 8; define
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/bfin/
H A Dexpected_errors.s6 CC = R3 < 4; define
7 CC = R3 < 7; define
8 CC = R3 < 8; define
9 CC = R3 <= 4; define
10 CC = R3 <= 7; define
11 CC = R3 <= 8; define
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/bfin/
H A Dexpected_errors.s6 CC = R3 < 4; define
7 CC = R3 < 7; define
8 CC = R3 < 8; define
9 CC = R3 <= 4; define
10 CC = R3 <= 7; define
11 CC = R3 <= 8; define
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/bfin/
H A Dexpected_errors.s6 CC = R3 < 4; define
7 CC = R3 < 7; define
8 CC = R3 < 8; define
9 CC = R3 <= 4; define
10 CC = R3 <= 7; define
11 CC = R3 <= 8; define
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/bfin/
H A Dexpected_errors.s6 CC = R3 < 4; define
7 CC = R3 < 7; define
8 CC = R3 < 8; define
9 CC = R3 <= 4; define
10 CC = R3 <= 7; define
11 CC = R3 <= 8; define

12345678910>>...525