Searched refs:Src (Results 176 - 200 of 293) sorted by relevance

1234567891011>>

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1184 SDValue Src = N->getOperand(0); local
1185 EVT SrcVT = Src.getValueType();
1194 Src = DAG.getNode(isSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, dl,
1195 MVT::i32, Src);
1198 Hi = DAG.getNode(ISD::SINT_TO_FP, dl, NVT, Src);
1202 Src = DAG.getNode(isSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, dl,
1203 MVT::i64, Src);
1206 Src = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i128, Src);
1211 Hi = TLI.makeLibCall(DAG, LC, VT, &Src,
[all...]
H A DSelectionDAG.cpp3759 static bool isMemSrcFromString(SDValue Src, StringRef &Str) { argument
3762 if (Src.getOpcode() == ISD::GlobalAddress)
3763 G = cast<GlobalAddressSDNode>(Src);
3764 else if (Src.getOpcode() == ISD::ADD &&
3765 Src.getOperand(0).getOpcode() == ISD::GlobalAddress &&
3766 Src.getOperand(1).getOpcode() == ISD::Constant) {
3767 G = cast<GlobalAddressSDNode>(Src.getOperand(0));
3768 SrcDelta = cast<ConstantSDNode>(Src.getOperand(1))->getZExtValue();
3885 SDValue Src, uint64_t Size,
3891 if (Src
3883 getMemcpyLoadsAndStores(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
4000 getMemmoveLoadsAndStores(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
4097 getMemsetStores(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo) argument
4180 getMemcpy(SDValue Chain, SDLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
4248 getMemmove(SDValue Chain, SDLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
4304 getMemset(SDValue Chain, SDLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo) argument
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp339 unsigned Src = TRI->getSubReg(SrcReg, subRegIdx[i]); local
340 assert(Dst && Src && "Bad sub-register");
342 MovMI = BuildMI(MBB, I, DL, get(movOpc), Dst).addReg(Src);
/external/chromium_org/third_party/angle/tests/compiler_tests/
H A DExpressionLimit_test.cpp13 #define SHADER(Src) #Src
/external/clang/lib/CodeGen/
H A DCGCXXABI.h148 llvm::Value *Src);
153 llvm::Constant *Src);
H A DCodeGenFunction.h1621 llvm::Value *This, llvm::Value *Src,
2011 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit=false);
2012 void EmitStoreThroughExtVectorComponentLValue(RValue Src, LValue Dst);
2013 void EmitStoreThroughGlobalRegLValue(RValue Src, LValue Dst);
2015 /// EmitStoreThroughBitfieldLValue - Store Src into Dst with same constraints
2021 void EmitStoreThroughBitfieldLValue(RValue Src, LValue Dst,
2341 llvm::Value *EmitScalarConversion(llvm::Value *Src, QualType SrcTy,
2347 llvm::Value *EmitComplexToScalarConversion(ComplexPairTy Src, QualType SrcTy,
2437 void EmitSynthesizedCXXCopyCtor(llvm::Value *Dest, llvm::Value *Src,
2567 /// ExpandTypeToArgs - Expand an RValue \arg Src, wit
[all...]
H A DCGCall.cpp830 /// CreateCoercedStore - Create a store to \arg DstPtr from \arg Src,
835 static void CreateCoercedStore(llvm::Value *Src, argument
839 llvm::Type *SrcTy = Src->getType();
843 CGF.Builder.CreateStore(Src, DstPtr, DstIsVolatile);
858 Src = CoerceIntOrPtrToIntOrPtr(Src, DstTy, CGF);
859 CGF.Builder.CreateStore(Src, DstPtr, DstIsVolatile);
870 BuildAggStore(CGF, Src, Casted, DstIsVolatile, true);
882 CGF.Builder.CreateStore(Src, Tmp);
1438 llvm::Value *Src local
2583 EmitInitStoreOfNonAggregate(CodeGenFunction &CGF, RValue Src, LValue Dst) argument
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp294 MachineBasicBlock *Src = MI->getParent(); local
296 MBPI->getEdgeProbability(Src, jmpTarget);
/external/llvm/lib/Target/R600/
H A DR600Packetizer.cpp143 unsigned Src = MI->getOperand(OperandIdx).getReg(); local
144 const DenseMap<unsigned, unsigned>::const_iterator It = PVs.find(Src);
H A DSIISelLowering.cpp1029 SDValue Src = N->getOperand(0); local
1030 EVT SrcVT = Src.getValueType();
1037 if (DAG.MaskedValueIsZero(Src, APInt::getHighBitsSet(32, 24))) {
1038 SDValue Cvt = DAG.getNode(AMDGPUISD::CVT_F32_UBYTE0, DL, VT, Src);
1064 if (ISD::isNormalLoad(Src.getNode()) && Src.hasOneUse()) {
1069 LoadSDNode *Load = cast<LoadSDNode>(Src);
1157 SDValue Src = N->getOperand(0); local
1164 if (TLO.ShrinkDemandedConstant(Src, Demanded) ||
1165 TLI.SimplifyDemandedBits(Src, Demande
[all...]
H A DAMDILCFGStructurizer.cpp87 void ReverseVector(SmallVectorImpl<NodeT *> &Src) { argument
88 size_t sz = Src.size();
90 NodeT *t = Src[i];
91 Src[i] = Src[sz - i - 1];
92 Src[sz - i - 1] = t;
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp121 bool TryEmitSmallMemCpy(Address Dest, Address Src, uint64_t Len,
1434 bool AArch64FastISel::TryEmitSmallMemCpy(Address Dest, Address Src, argument
1442 Address OrigSrc = Src;
1469 RV = EmitLoad(VT, ResultReg, Src);
1483 Src.setOffset(OrigSrc.getOffset() + UnscaledOffset);
1510 Address Dest, Src; local
1512 !ComputeAddress(MTI.getRawSource(), Src))
1514 if (TryEmitSmallMemCpy(Dest, Src, Len, Alignment))
1820 Value *Src = I->getOperand(0); local
1821 Type *SrcTy = Src
[all...]
H A DAArch64ExpandPseudoInsts.cpp638 MachineOperand Src = MI.getOperand(1);
639 Src.setImplicit();
641 TII->getRegisterInfo().getSubReg(Src.getReg(), AArch64::hsub);
645 .addOperand(Src);
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2630 Value *Src; local
2632 Src = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(),
2634 Src = extractVector(IRB, Src, BeginIndex, EndIndex, "vec");
2636 Src = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(),
2638 Src = convertValue(DL, IRB, Src, IntTy);
2640 Src = extractInteger(DL, IRB, Src, SubIntTy, Offset, "extract");
2642 Src
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc.h304 struct i915_full_src_register Src[3]; member in struct:i915_full_instruction
/external/llvm/include/llvm/IR/
H A DGlobalValue.h281 /// from the GlobalValue Src to this one.
282 virtual void copyAttributesFrom(const GlobalValue *Src);
/external/llvm/lib/CodeGen/
H A DTailDuplication.cpp297 unsigned Src = Copy->getOperand(1).getReg(); local
298 if (MRI->hasOneNonDBGUse(Src) &&
299 MRI->constrainRegClass(Src, MRI->getRegClass(Dst))) {
301 MRI->replaceRegWith(Dst, Src);
/external/llvm/lib/IR/
H A DFunction.cpp369 /// create a Function) from the Function Src to this one.
370 void Function::copyAttributesFrom(const GlobalValue *Src) { argument
371 assert(isa<Function>(Src) && "Expected a Function!");
372 GlobalObject::copyAttributesFrom(Src);
373 const Function *SrcF = cast<Function>(Src);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h304 struct i915_full_src_register Src[3]; member in struct:i915_full_instruction
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2175 ExplodedNodeSet Src; local
2177 StmtNodeBuilder Bldr(Pred, Src, *currBldrCtx);
2192 getCheckerManager().runCheckersForLocation(Tmp, Src, location, isLoad,
2209 ExplodedNodeSet &Src,
2211 StmtNodeBuilder Bldr(Src, Dst, *currBldrCtx);
2213 for (ExplodedNodeSet::iterator I=Src.begin(), E=Src.end(); I!=E; ++I) {
2553 std::vector<const ExplodedNode*> Src; local
2564 if (N) Src.push_back(N);
2567 ViewGraph(Src);
2208 evalEagerlyAssumeBinOpBifurcation(ExplodedNodeSet &Dst, ExplodedNodeSet &Src, const Expr *Ex) argument
[all...]
/external/clang/lib/Sema/
H A DSemaLambda.cpp1559 Expr *Src) {
1571 Src->getType(),
1573 CurrentLocation, Src);
1609 Context.getTrivialTypeSourceInfo(Src->getType());
1612 Src->getType(), CapVarTSI,
1556 BuildBlockForLambdaConversion(SourceLocation CurrentLocation, SourceLocation ConvLocation, CXXConversionDecl *Conv, Expr *Src) argument
/external/chromium_org/cc/output/
H A Dshader.cc14 #define SHADER0(Src) #Src
15 #define VERTEX_SHADER(Src) SetVertexTexCoordPrecision(SHADER0(Src))
16 #define FRAGMENT_SHADER(Src) SetFragmentTexCoordPrecision( \
17 precision, SetFragmentSamplerType(sampler, SHADER0(Src)))
/external/llvm/unittests/Support/
H A DConvertUTFTest.cpp19 // Src is the look of disapproval.
20 static const char Src[] = "\xff\xfe\xa0\x0c_\x00\xa0\x0c"; local
21 ArrayRef<char> Ref(Src, sizeof(Src) - 1);
30 // Src is the look of disapproval.
31 static const char Src[] = "\xfe\xff\x0c\xa0\x00_\x0c\xa0"; local
32 ArrayRef<char> Ref(Src, sizeof(Src) - 1);
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp181 bool ARMTryEmitSmallMemCpy(Address Dest, Address Src, uint64_t Len,
1557 Value *Src = I->getOperand(0);
1558 EVT SrcEVT = TLI.getValueType(Src->getType(), true);
1565 unsigned SrcReg = getRegForValue(Src);
2428 bool ARMFastISel::ARMTryEmitSmallMemCpy(Address Dest, Address Src, argument
2456 RV = ARMEmitLoad(VT, ResultReg, Src);
2465 Src.Offset += Size;
2526 Address Dest, Src; local
2528 !ARMComputeAddress(MTI.getRawSource(), Src))
2531 if (ARMTryEmitSmallMemCpy(Dest, Src, Le
2731 Value *Src = I->getOperand(0); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.c383 if (tmp->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used)
385 if (tmp->U.P.Alpha.Src[RC_PAIR_PRESUB_SRC].Used)

Completed in 753 milliseconds

1234567891011>>