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

  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 38 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv");
42 for (unsigned i = 0, e = CCs.size(); i != e; ++i) {
43 if (!CCs[i]->getValueAsBit("Custom")) {
44 O << "static bool " << CCs[i]->getName()
46 << std::string(CCs[i]->getName().size() + 13, ' ')
48 << std::string(CCs[i]->getName().size() + 13, ' ')
54 for (unsigned i = 0, e = CCs.size(); i != e; ++i) {
55 if (!CCs[i]->getValueAsBit("Custom"))
56 EmitCallingConv(CCs[i], O);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CallingConvEmitter.cpp 23 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv");
27 for (unsigned i = 0, e = CCs.size(); i != e; ++i) {
28 O << "static bool " << CCs[i]->getName()
30 << std::string(CCs[i]->getName().size()+13, ' ')
32 << std::string(CCs[i]->getName().size()+13, ' ')
37 for (unsigned i = 0, e = CCs.size(); i != e; ++i)
38 EmitCallingConv(CCs[i], O);
  /art/runtime/interpreter/mterp/arm/
op_cmp_long.S 15 sbcs ip, r1, r3 @ Sets correct CCs for checking LT (but not EQ/NE)
  /external/valgrind/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 493 static void InitLibcallCallingConvs(CallingConv::ID *CCs) {
495 CCs[i] = CallingConv::C;
761 static void InitCmpLibcallCCs(ISD::CondCode *CCs) {
762 memset(CCs, ISD::SETCC_INVALID, sizeof(ISD::CondCode)*RTLIB::UNKNOWN_LIBCALL);
763 CCs[RTLIB::OEQ_F32] = ISD::SETEQ;
764 CCs[RTLIB::OEQ_F64] = ISD::SETEQ;
765 CCs[RTLIB::OEQ_F128] = ISD::SETEQ;
766 CCs[RTLIB::OEQ_PPCF128] = ISD::SETEQ;
767 CCs[RTLIB::UNE_F32] = ISD::SETNE;
768 CCs[RTLIB::UNE_F64] = ISD::SETNE
    [all...]
  /external/valgrind/callgrind/
callgrind_control.in 136 my @CCs = @_;
146 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)
90 # Individual CCs, organised by filename and line_num for easy annotation.
795 my @CCs = @_;
805 foreach my $CC (@CCs) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 330 static void InitLibcallCallingConvs(CallingConv::ID *CCs) {
332 CCs[i] = CallingConv::C;
523 static void InitCmpLibcallCCs(ISD::CondCode *CCs) {
524 memset(CCs, ISD::SETCC_INVALID, sizeof(ISD::CondCode)*RTLIB::UNKNOWN_LIBCALL);
525 CCs[RTLIB::OEQ_F32] = ISD::SETEQ;
526 CCs[RTLIB::OEQ_F64] = ISD::SETEQ;
527 CCs[RTLIB::UNE_F32] = ISD::SETNE;
528 CCs[RTLIB::UNE_F64] = ISD::SETNE;
529 CCs[RTLIB::OGE_F32] = ISD::SETGE;
530 CCs[RTLIB::OGE_F64] = ISD::SETGE
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /art/runtime/interpreter/mterp/out/
mterp_arm.S     [all...]
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 888 milliseconds