HomeSort by relevance Sort by last modified time
    Searched refs:CCs (Results 1 - 7 of 7) sorted by null

  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 39 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv");
43 for (unsigned i = 0, e = CCs.size(); i != e; ++i) {
44 O << "static bool " << CCs[i]->getName()
46 << std::string(CCs[i]->getName().size()+13, ' ')
48 << std::string(CCs[i]->getName().size()+13, ' ')
53 for (unsigned i = 0, e = CCs.size(); i != e; ++i)
54 EmitCallingConv(CCs[i], O);
  /external/valgrind/main/cachegrind/
cg_diff.in 196 my %CCs; # hash("$filename#$funcname" => CC array)
216 $currCC = $CCs{$currFileFuncName};
219 $CCs{$currFileFuncName} = $currCC;
250 return ($cmd, \@events, \%CCs, $summaryCC);
264 # Individual CCs, organised by filename/funcname/line_num.
cg_annotate.in 47 #12. switched from hash CCs to array CCs 1.61s
72 # CCs are arrays, the counts corresponding to @events, with 'undef'
73 # representing '.'. This makes things fast (faster than using hashes for CCs)
85 # Individual CCs, organised by filename and line_num for easy annotation.
523 my @CCs = @_;
533 foreach my $CC (@CCs) {
768 # Get file's CCs
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 363 static void InitLibcallCallingConvs(CallingConv::ID *CCs) {
365 CCs[i] = CallingConv::C;
591 static void InitCmpLibcallCCs(ISD::CondCode *CCs) {
592 memset(CCs, ISD::SETCC_INVALID, sizeof(ISD::CondCode)*RTLIB::UNKNOWN_LIBCALL);
593 CCs[RTLIB::OEQ_F32] = ISD::SETEQ;
594 CCs[RTLIB::OEQ_F64] = ISD::SETEQ;
595 CCs[RTLIB::OEQ_F128] = ISD::SETEQ;
596 CCs[RTLIB::UNE_F32] = ISD::SETNE;
597 CCs[RTLIB::UNE_F64] = ISD::SETNE;
598 CCs[RTLIB::UNE_F128] = ISD::SETNE
    [all...]
  /external/valgrind/main/callgrind/
callgrind_control.in 134 my @CCs = @_;
144 foreach my $CC (@CCs) {
callgrind_annotate.in 51 #12. switched from hash CCs to array CCs 1.61s
75 # CCs are arrays, the counts corresponding to @events, with 'undef'
76 # representing '.'. This makes things fast (faster than using hashes for CCs)
89 # Individual CCs, organised by filename and line_num for easy annotation.
791 my @CCs = @_;
801 foreach my $CC (@CCs) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 648 milliseconds