Home
last modified time | relevance | path

Searched defs:CC (Results 1 – 25 of 655) sorted by relevance

12345678910>>...27

/external/llvm-project/clang/test/OpenMP/
Dtarget_map_codegen_25.cpp55 struct CC { struct
61 CC(float &B) : fB(B), pB(B) { in CC() argument
177 int foo() { in foo()
Dtarget_map_codegen_20.cpp97 struct CC { struct
98 T A;
99 int A2;
100 float *B;
102 int foo(T arg) { in foo()
Dtarget_map_codegen_24.cpp50 struct CC { struct
51 T A;
52 float B;
54 int foo(T arg) { in foo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUPALMetadata.cpp94 static unsigned getRsrc1Reg(CallingConv::ID CC) { in getRsrc1Reg()
116 static unsigned getScratchSizeKey(CallingConv::ID CC) { in getScratchSizeKey()
137 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1()
143 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2()
187 void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) { in setEntryPoint()
191 getHwStage(CC)[".entry_point"] = MsgPackDoc.getNode(Name, /*Copy=*/true); in setEntryPoint() local
198 void AMDGPUPALMetadata::setNumUsedVgprs(CallingConv::ID CC, unsigned Val) { in setNumUsedVgprs()
208 getHwStage(CC)[".vgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedVgprs() local
214 void AMDGPUPALMetadata::setNumUsedSgprs(CallingConv::ID CC, unsigned Val) { in setNumUsedSgprs()
224 getHwStage(CC)[".sgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedSgprs() local
[all …]
/external/llvm-project/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUPALMetadata.cpp97 static unsigned getRsrc1Reg(CallingConv::ID CC) { in getRsrc1Reg()
119 static unsigned getScratchSizeKey(CallingConv::ID CC) { in getScratchSizeKey()
140 void AMDGPUPALMetadata::setRsrc1(CallingConv::ID CC, unsigned Val) { in setRsrc1()
146 void AMDGPUPALMetadata::setRsrc2(CallingConv::ID CC, unsigned Val) { in setRsrc2()
190 void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) { in setEntryPoint()
194 getHwStage(CC)[".entry_point"] = MsgPackDoc.getNode(Name, /*Copy=*/true); in setEntryPoint() local
201 void AMDGPUPALMetadata::setNumUsedVgprs(CallingConv::ID CC, unsigned Val) { in setNumUsedVgprs()
211 getHwStage(CC)[".vgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedVgprs() local
217 void AMDGPUPALMetadata::setNumUsedSgprs(CallingConv::ID CC, unsigned Val) { in setNumUsedSgprs()
227 getHwStage(CC)[".sgpr_count"] = MsgPackDoc.getNode(Val); in setNumUsedSgprs() local
[all …]
/external/llvm-project/llvm/utils/release/
Dbuild_llvm_package.bat67 set CC= variable
83 set CC=..\build32_stage0\bin\clang-cl variable
107 set CC=..\build32_stage0\bin\clang-cl variable
117 set CC= variable
133 set CC=..\build64_stage0\bin\clang-cl variable
/external/llvm/utils/release/
Dbuild_llvm_package.bat52 set CC= variable
64 set CC=..\build32_stage0\bin\clang-cl variable
76 set CC= variable
88 set CC=..\build64_stage0\bin\clang-cl variable
/external/clang/test/OpenMP/
Dtarget_map_codegen.cpp2537 struct CC { struct
2538 T A;
2539 int A2;
2540 float *B;
2542 int foo(T arg) { in foo()
4008 struct CC { struct
4009 T A;
4010 float B;
4012 int foo(T arg) { in foo()
4103 struct CC { struct
[all …]
/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h270 auto *CC = C.getAllocator().Allocate<T>(); in create() local
316 static bool classof(const ConstructionContext *CC) { in classof()
334 static bool classof(const ConstructionContext *CC) { in classof()
363 static bool classof(const ConstructionContext *CC) { in classof()
383 static bool classof(const ConstructionContext *CC) { in classof()
401 static bool classof(const ConstructionContext *CC) { in classof()
433 static bool classof(const ConstructionContext *CC) { in classof()
454 static bool classof(const ConstructionContext *CC) { in classof()
494 static bool classof(const ConstructionContext *CC) { in classof()
513 static bool classof(const ConstructionContext *CC) { in classof()
[all …]
/external/llvm-project/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h48 inline static CondCodes getOppositeCondition(CondCodes CC) { in getOppositeCondition()
71 inline static ARMCC::CondCodes getSwappedCondition(ARMCC::CondCodes CC) { in getSwappedCondition()
130 inline static const char *ARMVPTPredToString(ARMVCC::VPTCodes CC) { in ARMVPTPredToString()
139 inline static unsigned ARMVectorCondCodeFromString(StringRef CC) { in ARMVectorCondCodeFromString()
146 inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) { in ARMCondCodeToString()
167 inline static unsigned ARMCondCodeFromString(StringRef CC) { in ARMCondCodeFromString()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h48 inline static CondCodes getOppositeCondition(CondCodes CC) { in getOppositeCondition()
71 inline static ARMCC::CondCodes getSwappedCondition(ARMCC::CondCodes CC) { in getSwappedCondition()
130 inline static const char *ARMVPTPredToString(ARMVCC::VPTCodes CC) { in ARMVPTPredToString()
139 inline static unsigned ARMVectorCondCodeFromString(StringRef CC) { in ARMVectorCondCodeFromString()
146 inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) { in ARMCondCodeToString()
167 inline static unsigned ARMCondCodeFromString(StringRef CC) { in ARMCondCodeFromString()
/external/llvm-project/clang/test/CodeGenCXX/
Dlambda-conversion-op-cc.cpp6 #define CC macro
12 double (*CC fp)(int, float, double) = lambda; in usage() local
/external/lzma/CPP/Common/
DNewHandler.cpp116 class CC class
119 CC() in CC() function in CC
/external/llvm-project/libcxx/test/libcxx/debug/containers/
Ddb_string.pass.cpp56 Container const& CC = C; in BackOnEmptyContainer() local
70 Container const& CC = C; in FrontOnEmptyContainer() local
/external/libcxx/test/libcxx/debug/containers/
Ddb_string.pass.cpp62 Container const& CC = C; in BackOnEmptyContainer() local
76 Container const& CC = C; in FrontOnEmptyContainer() local
/external/lz4/
DMakefile132 clangtest: CC = clang macro
171 gpptest gpptest32: CC = "$(CXX) -Wno-deprecated" macro
180 cxx17build : CC = "$(CXX) -Wno-deprecated" macro
/external/capstone/tests/
DMakefile22 CC ?= cc macro
24 CC = $(CROSS)gcc macro
/external/capstone/arch/Sparc/
DSparc.h23 inline static const char *SPARCCondCodeToString(sparc_cc CC) in SPARCCondCodeToString()
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp76 static bool IsIntegerCC(unsigned CC) in IsIntegerCC()
81 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC) in GetOppositeBranchCondition()
260 unsigned CC = Cond[0].getImm(); in insertBranch() local
300 SPCC::CondCodes CC = static_cast<SPCC::CondCodes>(Cond[0].getImm()); in reverseBranchCondition() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp76 static bool IsIntegerCC(unsigned CC) in IsIntegerCC()
81 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC) in GetOppositeBranchCondition()
260 unsigned CC = Cond[0].getImm(); in insertBranch() local
300 SPCC::CondCodes CC = static_cast<SPCC::CondCodes>(Cond[0].getImm()); in reverseBranchCondition() local
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp77 static bool IsIntegerCC(unsigned CC) in IsIntegerCC()
82 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC) in GetOppositeBranchCondition()
259 unsigned CC = Cond[0].getImm(); in InsertBranch() local
297 SPCC::CondCodes CC = static_cast<SPCC::CondCodes>(Cond[0].getImm()); in ReverseBranchCondition() local
/external/autotest/client/tests/tracing_microbenchmark/src/
DMakefile1 CC = $(CROSS_COMPILE)gcc macro
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generated_pkg_explicit_legacy_pb.rb16 module CC module
/external/autotest/client/tests/iosched_bugs/src/
DMakefile1 CC=gcc macro
/external/llvm-project/clang/test/Layout/
Daix-power-alignment-typedef-2.cpp11 typedef struct C __attribute__((__aligned__(2))) CC; typedef

12345678910>>...27