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

  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 178 Value *Tmp2 = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 8),
180 V = Builder.CreateOr(Tmp1, Tmp2, "bswap.i16");
188 Value *Tmp2 = Builder.CreateLShr(V, ConstantInt::get(V->getType(), 8),
195 Tmp2 = Builder.CreateAnd(Tmp2,
199 Tmp2 = Builder.CreateOr(Tmp2, Tmp1, "bswap.or2");
200 V = Builder.CreateOr(Tmp4, Tmp2, "bswap.i32");
217 Value* Tmp2 = Builder.CreateLShr(V,
243 Tmp2 = Builder.CreateAnd(Tmp2
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 579 SDValue Tmp2 = Val;
609 Ch = DAG.getTruncStore(Ch, dl, Tmp2, StackPtr2, MachinePointerInfo(), EltVT,
    [all...]
LegalizeFloatTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 97 // ; %tmp2 = xor i32 %tmp, %dividend
98 // ; %u_dvnd = sub nsw i32 %tmp2, %tmp
107 Value *Tmp2 = Builder.CreateXor(Tmp, Dividend);
108 Value *U_Dvnd = Builder.CreateSub(Tmp2, Tmp);
224 // ; %tmp2 = sub i32 31, %sr
225 // ; %q = shl i32 %dividend, %tmp2
230 Value *Tmp2 = Builder.CreateSub(ThirtyOne, SR);
231 Value *Q = Builder.CreateShl(Dividend, Tmp2);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 31 ExplodedNodeSet Tmp2;
55 evalStore(Tmp2, B, LHS, *it, state->BindExpr(B, LCtx, ExprVal),
61 StmtNodeBuilder Bldr(*it, Tmp2, *currBldrCtx);
172 evalStore(Tmp2, B, LHS, *I, state, location, LHSVal);
177 getCheckerManager().runCheckersForPostStmt(Dst, Tmp2, B, *this);
    [all...]
CheckerManager.cpp 108 ExplodedNodeSet Tmp1, Tmp2;
116 CurrSet = (PrevSet == &Tmp1) ? &Tmp2 : &Tmp1;
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
structs.h 252 double Tmp2[MAXFFTSIZE];
fft.c 338 if (fftstate->Tmp0 == NULL || fftstate->Tmp1 == NULL || fftstate->Tmp2 == NULL || fftstate->Tmp3 == NULL
346 Cos = (REAL *) fftstate->Tmp2;
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 580 llvm::Value *Tmp2 = Builder.CreateFMul(LHSi, RHSi); // b*d
581 llvm::Value *Tmp3 = Builder.CreateFAdd(Tmp1, Tmp2); // ac+bd
596 llvm::Value *Tmp2 = Builder.CreateMul(LHSi, RHSi); // b*d
597 llvm::Value *Tmp3 = Builder.CreateAdd(Tmp1, Tmp2); // ac+bd
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 442 SDValue Tmp1, Tmp2;
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 786 uint16_t Tmp2 = uint16_t(VAL);
787 Tmp2 = ByteSwap_16(Tmp2);
788 return APInt(BitWidth, (uint64_t(Tmp2) << 32) | Tmp1);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 934 milliseconds