Home
last modified time | relevance | path

Searched defs:Cs (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOpDescriptor.cpp15 void fuzzerop::makeConstantsWithType(Type *T, std::vector<Constant *> &Cs) { in makeConstantsWithType()
/external/llvm-project/llvm/lib/FuzzMutate/
DOpDescriptor.cpp15 void fuzzerop::makeConstantsWithType(Type *T, std::vector<Constant *> &Cs) { in makeConstantsWithType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp788 NodeVect &Cs = CF->second; in recalculatePlacement() local
829 NodeVect &Cs = CF->second; in recalculatePlacementRec() local
919 NodeVect &Cs = CF->second; in adjustForInvariance() local
1157 NodeVect &Cs = CF->second; in getAllUsersForNode() local
1221 NodeVect &Cs = NCM[Last]; in materialize() local
DHexagonISelDAGToDAGHVX.cpp246 NodeSet &Cs = Edges[C]; in color() local
1847 auto pfs = [](const std::set<CycleType> &Cs, unsigned Len) { in perfect()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp778 NodeVect &Cs = CF->second; in recalculatePlacement() local
819 NodeVect &Cs = CF->second; in recalculatePlacementRec() local
909 NodeVect &Cs = CF->second; in adjustForInvariance() local
1147 NodeVect &Cs = CF->second; in getAllUsersForNode() local
1211 NodeVect &Cs = NCM[Last]; in materialize() local
DHexagonISelDAGToDAGHVX.cpp246 NodeSet &Cs = Edges[C]; in color() local
1866 auto pfs = [](const std::set<CycleType> &Cs, unsigned Len) { in perfect()
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp770 NodeVect &Cs = CF->second; in recalculatePlacement() local
812 NodeVect &Cs = CF->second; in recalculatePlacementRec() local
909 NodeVect &Cs = CF->second; in adjustForInvariance() local
1150 NodeVect &Cs = CF->second; in getAllUsersForNode() local
1215 NodeVect &Cs = NCM[Last]; in materialize() local
/external/python/cpython2/Tools/unicode/
Dmkstringprep.py341 Cs = set(gen_category(["Cs"])) variable
/external/python/cpython3/Tools/unicode/
Dmkstringprep.py344 Cs = set(gen_category(["Cs"])) variable
/external/llvm/unittests/Option/
DOptionParsingTest.cpp100 arg_iterator Cs = AL.filtered_begin(OPT_C); in TEST() local
/external/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp375 std::vector<Chain*> Cs(EC.member_begin(I), EC.member_end()); in runOnBasicBlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp372 std::vector<Chain*> Cs(EC.member_begin(I), EC.member_end()); in runOnBasicBlock() local
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp372 std::vector<Chain*> Cs(EC.member_begin(I), EC.member_end()); in runOnBasicBlock() local
/external/llvm-project/llvm/unittests/Option/
DOptionParsingTest.cpp104 auto Cs = AL.filtered(OPT_C); in TEST() local
/external/pdfium/third_party/lcms/src/
Dcmspcs.c600 cmsFloat64Number Cs = sqrt( Sqr(as) + Sqr(bs) ); in cmsCIE2000DeltaE() local
/external/llvm-project/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp68 template<unsigned... Ns> struct Cs : X<C,Ns>... {}; struct
/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp68 template<unsigned... Ns> struct Cs : X<C,Ns>... {}; struct
/external/llvm-project/clang/test/SemaCXX/
Dconstant-expression-cxx1y.cpp1012 const char Cs[] = {'a', 'b'}; // expected-note 2{{declared here}} variable