HomeSort by relevance Sort by last modified time
    Searched defs:CC (Results 101 - 125 of 181) sorted by null

1 2 3 45 6 7 8

  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 280 Value *CC = PBI->getCondition();
286 NC = Builder.CreateOr(PC, CC);
289 NC = Builder.CreateAnd(PC, CC);
291 PBI->replaceUsesOfWith(CC, NC);
439 Value *CC = PBI->getCondition();
443 Value *NC = Builder.CreateOr(CInst1, CC);
444 PBI->replaceUsesOfWith(CC, NC);
  /external/mdnsresponder/mDNSPosix/
Makefile 57 CC = @cc
93 CC = gcc
128 # This appies only to FreeBSD -- "man cc" on FreeBSD says:
149 CC = gcc
150 LD = $(CC) -dynamiclib
247 $(CC) -o $@ $+ $(LINKOPTS)
418 $(CC) -o $@ $< $(JAVACFLAGS) -I$(OBJDIR) -L$(BUILDDIR)
469 $(CC) $+ -o $@ $(LINKOPTS)
472 $(CC) $+ -o $@ $(LINKOPTS
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 335 SDValue CC = Op.getOperand(1);
348 CC);
396 SDValue CC = Op.getOperand(4);
397 ISD::CondCode CCOpcode = cast<CondCodeSDNode>(CC)->get();
431 return DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, True, False, CC);
466 return DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, True, False, CC);
488 SDValue Cond = DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, HWTrue, HWFalse, CC);
504 SDValue CC = Op.getOperand(2);
514 CC);
SIISelLowering.cpp 311 SDValue CC = Op.getOperand(1);
322 CC);
380 SDValue CC = Op.getOperand(4);
384 SDValue Cond = DAG.getNode(ISD::SETCC, DL, MVT::i1, LHS, RHS, CC);
403 // i1 selectcc(l, r, -1, 0, cc) -> i1 setcc(l, r, cc)
418 SDValue CC = N->getOperand(2);
420 ISD::CondCode CCOp = dyn_cast<CondCodeSDNode>(CC)->get();
  /external/smack/src/org/jivesoftware/smackx/packet/
MultipleAddresses.java 37 public static final String CC = "cc";
49 * @param type on of the static type (BCC, CC, NO_REPLY, REPLY_ROOM, etc.)
82 * type are: TO, CC, BCC, etc..
84 * @param type Examples of address type are: TO, CC, BCC, etc.
180 // Append the address type (e.g. TO/CC/BCC)
  /external/wpa_supplicant_8/hostapd/
Makefile 1 ifndef CC
2 CC=gcc
856 $(Q)$(CC) -c -o $@ $(CFLAGS) $<
857 @$(E) " CC " $<
881 $(Q)$(CC) $(LDFLAGS) -o hostapd $(OBJS) $(LIBS)
888 $(Q)$(CC) $(LDFLAGS) -o hostapd_cli $(OBJS_c) $(LIBS_c)
919 $(Q)$(CC) $(LDFLAGS) -o nt_password_hash $(NOBJS) $(LIBS_n)
923 $(Q)$(CC) $(LDFLAGS) -o hlr_auc_gw $(HOBJS) $(LIBS_h)
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Message.java 26 TO, CC, BCC,
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 187 # TODO(dape): remove this from logging.cc and enable here instead.
622 CC = str(os.environ.get("CC")) +
  /external/chromium_org/third_party/opus/src/silk/fixed/
pitch_analysis_core_FIX.c 98 opus_int32 CC[ PE_NB_CBKS_STAGE2_EXT ], CCmax, CCmax_b, CCmax_new_b, CCmax_new;
345 temp32 = silk_SMULWB( cross_corr, temp32 ); /* Q(-1), cc * ( cc / max(b, t) ) */
399 CC[ j ] = 0;
402 CC[ j ] = CC[ j ] + (opus_int32)C[ i ][ d + matrix_ptr( Lag_CB_ptr, i, j, cbk_size )];
409 if( CC[ i ] > CCmax_new ) {
410 CCmax_new = CC[ i ];
    [all...]
  /external/chromium_org/third_party/opus/src/silk/float/
pitch_analysis_core_FLP.c 88 silk_float CC[ PE_NB_CBKS_STAGE2_EXT ];
344 CC[j] = 0.0f;
347 CC[ j ] += C[ i ][ d + matrix_ptr( Lag_CB_ptr, i, j, cbk_size )];
354 if( CC[ i ] > CCmax_new ) {
355 CCmax_new = CC[ i ];
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 72 struct CC {
81 struct A2::CC::NC {
104 void A2::CC::NC::m(); // expected-error{{out-of-line declaration of a member must be a definition}}
  /external/iputils/
Makefile 5 # CC
6 CC=gcc
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 257 A64CC::CondCodes CC = static_cast<A64CC::CondCodes>(Cond[1].getImm());
258 CC = A64InvertCondCode(CC);
259 Cond[1].setImm(CC);
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 736 unsigned CC = MI->getOperand(0).getReg();
742 TII->get(Mips::MoveR3216), CC).addReg(Mips::T8);
753 unsigned CC = MI->getOperand(0).getReg();
760 TII->get(Mips::MoveR3216), CC).addReg(Mips::T8);
  /external/libogg/win32/
Makefile 72 CC = gcc
  /external/linux-tools-perf/
Makefile 46 CC = $(CROSS_COMPILE)gcc
57 IS_X86_64 := $(shell echo __x86_64__ | ${CC} -E -xc - | tail -n 1)
150 ifeq ($(call try-cc,$(SOURCE_HELLO),-Werror -fstack-protector-all),y)
154 ifeq ($(call try-cc,$(SOURCE_HELLO),-Werror -Wstack-protector),y)
158 ifeq ($(call try-cc,$(SOURCE_HELLO),-Werror -Wvolatile-register-var),y)
408 ifneq ($(call try-cc,$(SOURCE_DWARF),$(FLAGS_DWARF)),y)
421 ifneq ($(call try-cc,$(SOURCE_LIBELF),$(FLAGS_LIBELF)),y)
423 ifneq ($(call try-cc,$(SOURCE_GLIBC),$(FLAGS_GLIBC)),y)
430 ifneq ($(call try-cc,$(SOURCE_ELF_MMAP),$(FLAGS_COMMON)),y)
448 ifneq ($(call try-cc,$(SOURCE_NEWT),$(FLAGS_NEWT)),y
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 601 assert(MaskTy.isVector() && "Invalid CC type");
752 SDValue LHS = Op.getOperand(0), RHS = Op.getOperand(1), CC = Op.getOperand(2);
763 LHSElem, RHSElem, CC);
SelectionDAGBuilder.h 197 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs,
202 : CC(cc), CmpLHS(cmplhs), CmpMHS(cmpmiddle), CmpRHS(cmprhs),
206 // CC - the condition code to use for the case block's setcc node
207 ISD::CondCode CC;
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 1 ifndef CC
2 CC=gcc
1514 LDO=$(CC)
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
37 LO = CC
122 dataProcessing( int opcode, int cc, int s,
127 virtual void MLA(int cc, int s,
129 virtual void MUL(int cc, int s,
131 virtual void UMULL(int cc, int s,
133 virtual void UMUAL(int cc, int s,
135 virtual void SMULL(int cc, int s,
137 virtual void SMUAL(int cc, int s,
141 virtual void B(int cc, uint32_t* pc) = 0
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 955 unsigned CC = FI.getCallingConvention();
956 bool IsFastCall = CC == llvm::CallingConv::X86_FastCall;
    [all...]
  /external/compiler-rt/make/platform/
clang_linux.mk 5 CC := clang
14 $(CC) -v 2>&1 | grep 'Target:' | cut -d' ' -f2)
16 $(error "unable to infer compiler target triple for $(CC)")
40 ifeq ($(call TryCompile,$(CC),$(test_source),-m64),0)
45 ifeq ($(call TryCompile,$(CC),$(test_source),-m32),0)
  /external/icu4c/
icudefs.mk 112 CC = gcc
164 COMPILE.c= $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c
165 COMPILE.cc= $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c
168 LINK.c= $(CC) $(CFLAGS) $(LDFLAGS)
169 LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS)
172 SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS)
173 SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS)
181 # $(CC) -o foo
183 # $(call SILENT_COMPILE,$(CC) -o foo)
293 LINK.c = $(LINK.cc)
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 235 Value *CC = B == D ? C : D;
236 // Form "(A op CC) op' B" if it simplifies completely..
237 // Does "A op CC" simplify?
238 if (Value *V = SimplifyBinOp(Opcode, A, CC, Q, MaxRecurse)) {
240 // If V equals A then "V op' B" is just the LHS. If V equals CC then
242 if (V == A || V == CC) {
    [all...]

Completed in 777 milliseconds

1 2 3 45 6 7 8