Home
last modified time | relevance | path

Searched defs:Src (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/llvm-project/clang/test/CodeGen/SystemZ/
H A Datomic_fp_load_store.c68 float fun9(_Atomic float *Src) { in fun9()
74 double fun10(_Atomic double *Src) { in fun10()
80 long double fun11(_Atomic long double *Src) { in fun11()
148 float fun9_vol(_Atomic volatile float *Src) { in fun9_vol()
154 double fun10_vol(_Atomic volatile double *Src) { in fun10_vol()
160 long double fun11_vol(_Atomic volatile long double *Src) { in fun11_vol()
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.cpp113 if (Src.consume_front("NONE")) in parseSDelayAluImmMnemonic() argument
38 parseImmMnemonic(const unsigned OpCode,const unsigned OpIdx,StringRef Src,int64_t & Imm,ErrorCallbackType ErrorCallback) const parseImmMnemonic() argument
95 parseSDelayAluImmMnemonic(const unsigned int OpIdx,int64_t & Imm,llvm::StringRef & Src,llvm::MIRFormatter::ErrorCallbackType & ErrorCallback) const parseSDelayAluImmMnemonic() argument
105 __anon953633c00202(StringRef &Src, int64_t Offset) parseSDelayAluImmMnemonic() argument
172 parseCustomPseudoSourceValue(StringRef Src,MachineFunction & MF,PerFunctionMIParsingState & PFS,const PseudoSourceValue * & PSV,ErrorCallbackType ErrorCallback) const parseCustomPseudoSourceValue() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp83 const MachineBasicBlock *Src, in getEdgeProbability() argument
89 const MachineBasicBlock *Src, const MachineBasicBlock *Dst) const { in getEdgeProbability() argument
96 const MachineBasicBlock *Src, const MachineBasicBlock *Dst) const { in isEdgeHot() argument
102 raw_ostream &OS, const MachineBasicBlock *Src, in printEdgeProbability() argument
[all...]
H A DMachineCopyPropagation.cpp146 auto Src = TRI.regunits(CopyOperands->Source->getReg().asMCReg()); invalidateRegister() local
180 MCRegister Src = CopyOperands->Source->getReg().asMCReg(); clobberRegister() local
232 MCRegister Src = CopyOperands->Source->getReg().asMCReg(); trackCopy() local
489 isNopCopy(const MachineInstr & PreviousCopy,MCRegister Src,MCRegister Def,const TargetRegisterInfo * TRI,const TargetInstrInfo * TII,bool UseCopyInstr) isNopCopy() argument
509 eraseIfRedundant(MachineInstr & Copy,MCRegister Src,MCRegister Def) eraseIfRedundant() argument
791 MCRegister Src = RegSrc.asMCReg(); ForwardCopyPropagateBlock() local
977 Register Src = CopyOperands.Source->getReg(); isBackwardPropagatableCopy() local
1018 Register Src = CopyOperands->Source->getReg(); propagateDefs() local
1115 Register Src = CopyOperands->Source->getReg(); BackwardCopyPropagateBlock() local
1219 __anond43b9f7b0502(Register Def, Register Src) EliminateSpillageCopies() argument
1270 Register Src = CopyOperands->Source->getReg(); EliminateSpillageCopies() local
1345 Register Src = CopyOperands->Source->getReg(); EliminateSpillageCopies() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h702 buildPtrToInt(const DstOp & Dst,const SrcOp & Src) buildPtrToInt() argument
707 buildIntToPtr(const DstOp & Dst,const SrcOp & Src) buildIntToPtr() argument
712 buildBitcast(const DstOp & Dst,const SrcOp & Src) buildBitcast() argument
717 buildAddrSpaceCast(const DstOp & Dst,const SrcOp & Src) buildAddrSpaceCast() argument
1277 buildIsFPClass(const DstOp & Res,const SrcOp & Src,unsigned Mask) buildIsFPClass() argument
1620 buildFreeze(const DstOp & Dst,const SrcOp & Src) buildFreeze() argument
2008 buildAbs(const DstOp & Dst,const SrcOp & Src) buildAbs() argument
2063 buildVecReduceFMax(const DstOp & Dst,const SrcOp & Src) buildVecReduceFMax() argument
2068 buildVecReduceFMin(const DstOp & Dst,const SrcOp & Src) buildVecReduceFMin() argument
2074 buildVecReduceFMaximum(const DstOp & Dst,const SrcOp & Src) buildVecReduceFMaximum() argument
2080 buildVecReduceFMinimum(const DstOp & Dst,const SrcOp & Src) buildVecReduceFMinimum() argument
2085 buildVecReduceAdd(const DstOp & Dst,const SrcOp & Src) buildVecReduceAdd() argument
2090 buildVecReduceMul(const DstOp & Dst,const SrcOp & Src) buildVecReduceMul() argument
2095 buildVecReduceAnd(const DstOp & Dst,const SrcOp & Src) buildVecReduceAnd() argument
2100 buildVecReduceOr(const DstOp & Dst,const SrcOp & Src) buildVecReduceOr() argument
2105 buildVecReduceXor(const DstOp & Dst,const SrcOp & Src) buildVecReduceXor() argument
2110 buildVecReduceSMax(const DstOp & Dst,const SrcOp & Src) buildVecReduceSMax() argument
2115 buildVecReduceSMin(const DstOp & Dst,const SrcOp & Src) buildVecReduceSMin() argument
2120 buildVecReduceUMax(const DstOp & Dst,const SrcOp & Src) buildVecReduceUMax() argument
2125 buildVecReduceUMin(const DstOp & Dst,const SrcOp & Src) buildVecReduceUMin() argument
2155 buildSbfx(const DstOp & Dst,const SrcOp & Src,const SrcOp & LSB,const SrcOp & Width) buildSbfx() argument
2161 buildUbfx(const DstOp & Dst,const SrcOp & Src,const SrcOp & LSB,const SrcOp & Width) buildUbfx() argument
2167 buildRotateRight(const DstOp & Dst,const SrcOp & Src,const SrcOp & Amt) buildRotateRight() argument
2173 buildRotateLeft(const DstOp & Dst,const SrcOp & Src,const SrcOp & Amt) buildRotateLeft() argument
2179 buildBitReverse(const DstOp & Dst,const SrcOp & Src) buildBitReverse() argument
2189 buildSetFPEnv(const SrcOp & Src) buildSetFPEnv() argument
2204 buildSetFPMode(const SrcOp & Src) buildSetFPMode() argument
[all...]
/llvm-project/llvm/unittests/Support/
H A DConvertUTFTest.cpp19 alignas(UTF16) static const char Src[] = "\xff\xfe\xa0\x0c_\x00\xa0\x0c"; in TEST() local
30 alignas(UTF32) static const char Src[] = in TEST() local
42 alignas(UTF16) static const char Src[] in TEST() local
53 alignas(UTF32) static const char Src[] = TEST() local
65 static const char Src[] = "\xe0\xb2\xa0_\xe0\xb2\xa0"; TEST() local
108 alignas(UTF16) static const char Src[] = "\xff\xfe\xa0\x0c_\x00\xa0\x0c"; TEST() local
119 static const char Src[] = "\xe0\xb2\xa0_\xe0\xb2\xa0"; TEST() local
133 static const wchar_t Src[] = L"\x0ca0_\x0ca0"; TEST() local
[all...]
H A DConvertEBCDICTest.cpp46 StringRef Src(HelloA); in TEST() local
77 StringRef Src(HelloE); in TEST() local
/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp163 const EdgeKind K) { in createPiBlocks()
180 const Direction Dir) { in createPiBlocks()
310 auto createConfusedEdges = [&](NodeType &Src, NodeType &Dst) { in createMemoryDependencyEdges()
323 auto createForwardEdge = [&](NodeType &Src, NodeType &Dst) { in createMemoryDependencyEdges()
331 auto createBackwardEdge = [&](NodeType &Src, NodeType &Dst) { in createMemoryDependencyEdges()
435 NodeType &Src = *Worklist.pop_back_val(); in simplify() local
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp61 SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy() argument
25 createMemMemNode(SelectionDAG & DAG,const SDLoc & DL,unsigned Op,SDValue Chain,SDValue Dst,SDValue Src,SDValue LenAdj,SDValue Byte) createMemMemNode() argument
42 emitMemMemImm(SelectionDAG & DAG,const SDLoc & DL,unsigned Op,SDValue Chain,SDValue Dst,SDValue Src,uint64_t Size,SDValue Byte=SDValue ()) emitMemMemImm() argument
51 emitMemMemReg(SelectionDAG & DAG,const SDLoc & DL,unsigned Op,SDValue Chain,SDValue Dst,SDValue Src,SDValue Size,SDValue Byte=SDValue ()) emitMemMemReg() argument
189 EmitTargetCodeForMemchr(SelectionDAG & DAG,const SDLoc & DL,SDValue Chain,SDValue Src,SDValue Char,SDValue Length,MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForMemchr() argument
216 EmitTargetCodeForStrcpy(SelectionDAG & DAG,const SDLoc & DL,SDValue Chain,SDValue Dest,SDValue Src,MachinePointerInfo DestPtrInfo,MachinePointerInfo SrcPtrInfo,bool isStpcpy) const EmitTargetCodeForStrcpy() argument
244 getBoundedStrlen(SelectionDAG & DAG,const SDLoc & DL,SDValue Chain,SDValue Src,SDValue Limit) getBoundedStrlen() argument
256 EmitTargetCodeForStrlen(SelectionDAG & DAG,const SDLoc & DL,SDValue Chain,SDValue Src,MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForStrlen() argument
263 EmitTargetCodeForStrnlen(SelectionDAG & DAG,const SDLoc & DL,SDValue Chain,SDValue Src,SDValue MaxLength,MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForStrnlen() argument
[all...]
/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp95 const UTF16 *Src = reinterpret_cast<const UTF16 *>(SrcBytes.begin()); convertUTF16ToUTF8String() local
135 convertUTF16ToUTF8String(ArrayRef<UTF16> Src,std::string & Out) convertUTF16ToUTF8String() argument
153 const UTF32 *Src = reinterpret_cast<const UTF32 *>(SrcBytes.begin()); convertUTF32ToUTF8String() local
193 convertUTF32ToUTF8String(ArrayRef<UTF32> Src,std::string & Out) convertUTF32ToUTF8String() argument
211 const UTF8 *Src = reinterpret_cast<const UTF8 *>(SrcUTF8.begin()); convertUTF8ToUTF16String() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DCostTable.h58 MVT::SimpleValueType Src; member
67 int ISD, MVT Dst, MVT Src) { in ConvertCostTableLookup()
82 int ISD, MVT Dst, MVT Src) { in ConvertCostTableLookup()
H A DMIRFormatter.h51 StringRef Src, int64_t &Imm, in parseImmMnemonic()
67 StringRef Src, MachineFunction &MF, PerFunctionMIParsingState &PFS, in parseCustomPseudoSourceValue()
H A DSelectionDAGTargetInfo.h121 SDValue Src, SDValue Char, SDValue Length, in EmitTargetCodeForStrcpy() argument
108 EmitTargetCodeForMemchr(SelectionDAG & DAG,const SDLoc & dl,SDValue Chain,SDValue Src,SDValue Char,SDValue Length,MachinePointerInfo SrcPtrInfo) EmitTargetCodeForMemchr() argument
141 EmitTargetCodeForStrlen(SelectionDAG & DAG,const SDLoc & DL,SDValue Chain,SDValue Src,MachinePointerInfo SrcPtrInfo) EmitTargetCodeForStrlen() argument
147 EmitTargetCodeForStrnlen(SelectionDAG & DAG,const SDLoc & DL,SDValue Chain,SDValue Src,SDValue MaxLength,MachinePointerInfo SrcPtrInfo) EmitTargetCodeForStrnlen() argument
/llvm-project/llvm/bindings/ocaml/linker/
H A Dlinker_ocaml.c29 value llvm_link_modules(value Dst, value Src) { in llvm_link_modules()
/llvm-project/libcxxabi/test/
H A Ddynamic_cast.pass.cpp58 struct Src { virtual ~Src() {} Pad1 _; }; in ~Src() argument
131 struct Src { virtual ~Src() {} Pad2 _; }; in ~Src() struct
/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp113 for (uint64_t Src = 0; Src < Nodes.size(); Src++) { in run() local
133 void addEdge(uint64_t Src, uint64_t Dst, int64_t Capacity, int64_t Cost) { in addEdge()
156 void addEdge(uint64_t Src, uint64_t Dst, int64_t Cost) { in addEdge()
172 int64_t getFlow(uint64_t Src, uint64_t Dst) const { in getFlow()
247 uint64_t Src = Queue.front(); in findAugmentingPath() local
385 for (size_t Src : AugmentingOrder) { in findAugmentingDAG() local
407 for (uint64_t Src : AugmentingOrder) { in augmentFlowAlongDAG() local
418 for (uint64_t Src : AugmentingOrder) { in augmentFlowAlongDAG() local
438 for (uint64_t Src : AugmentingOrder) { in augmentFlowAlongDAG() local
462 uint64_t Src = AugmentingOrder[Idx - 1]; in augmentFlowAlongDAG() local
[all …]
/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h369 DDGEdge &createDefUseEdge(DDGNode &Src, DDGNode &Tgt) final { in createDefUseEdge()
375 DDGEdge &createMemoryEdge(DDGNode &Src, DDGNode &Tgt) final { in createMemoryEdge()
381 DDGEdge &createRootedEdge(DDGNode &Src, DDGNode &Tgt) final { in createRootedEdge()
442 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies()
464 DependenceGraphInfo<NodeType>::getDependenceString(const NodeType &Src, in getDependenceString()
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp134 MachineOperand &Src = MI.getOperand(1); runOnMachineFunction() local
182 MachineOperand &Src = MI.getOperand(1); runOnMachineFunction() local
199 MachineOperand &Src = MI.getOperand(1); runOnMachineFunction() local
/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp26 enum class LinkFrom { Dst, Src, Both }; enumerator
152 Comdat::SelectionKind Src, in computeResultingSelectionKind()
242 const GlobalValue &Src) { in shouldLinkFromSource()
624 std::unique_ptr<Module> Src, unsigned Flags, in linkInModule()
641 Module &Dest, std::unique_ptr<Module> Src, unsigned Flags, in linkModules()
651 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src) { in LLVMLinkModules2()
/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp39 EmitSpecializedLibcall(SelectionDAG & DAG,const SDLoc & dl,SDValue Chain,SDValue Dst,SDValue Src,SDValue Size,unsigned Align,RTLIB::Libcall LC) const EmitSpecializedLibcall() argument
169 EmitTargetCodeForMemcpy(SelectionDAG & DAG,const SDLoc & dl,SDValue Chain,SDValue Dst,SDValue Src,SDValue Size,Align Alignment,bool isVolatile,bool AlwaysInline,MachinePointerInfo DstPtrInfo,MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForMemcpy() argument
287 EmitTargetCodeForMemmove(SelectionDAG & DAG,const SDLoc & dl,SDValue Chain,SDValue Dst,SDValue Src,SDValue Size,Align Alignment,bool isVolatile,MachinePointerInfo DstPtrInfo,MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForMemmove() argument
295 EmitTargetCodeForMemset(SelectionDAG & DAG,const SDLoc & dl,SDValue Chain,SDValue Dst,SDValue Src,SDValue Size,Align Alignment,bool isVolatile,bool AlwaysInline,MachinePointerInfo DstPtrInfo) const EmitTargetCodeForMemset() argument
[all...]
/llvm-project/bolt/include/bolt/Core/
H A DCallGraph.h54 Arc(NodeId S, NodeId D, double W = 0) : Src(S), Dst(D), Weight(W) {} in Src() function
127 ArcIterator findArc(NodeId Src, NodeId Dst) { in findArc()
130 ArcConstIterator findArc(NodeId Src, NodeId Dst) const { in findArc()
/llvm-project/llvm/lib/Target/ARC/
H A DARCExpandPseudos.cpp89 const MachineOperand &Src = MI.getOperand(1); in expandCTLZ() local
117 const MachineOperand &Src = MI.getOperand(1); in expandCTTZ() local
/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp158 emitRepmovs(const X86Subtarget & Subtarget,SelectionDAG & DAG,const SDLoc & dl,SDValue Chain,SDValue Dst,SDValue Src,SDValue Size,MVT AVT) emitRepmovs() argument
180 emitRepmovsB(const X86Subtarget & Subtarget,SelectionDAG & DAG,const SDLoc & dl,SDValue Chain,SDValue Dst,SDValue Src,uint64_t Size) emitRepmovsB() argument
209 emitConstantSizeRepmov(SelectionDAG & DAG,const X86Subtarget & Subtarget,const SDLoc & dl,SDValue Chain,SDValue Dst,SDValue Src,uint64_t Size,EVT SizeVT,Align Alignment,bool isVolatile,bool AlwaysInline,MachinePointerInfo DstPtrInfo,MachinePointerInfo SrcPtrInfo) emitConstantSizeRepmov() argument
264 EmitTargetCodeForMemcpy(SelectionDAG & DAG,const SDLoc & dl,SDValue Chain,SDValue Dst,SDValue Src,SDValue Size,Align Alignment,bool isVolatile,bool AlwaysInline,MachinePointerInfo DstPtrInfo,MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForMemcpy() argument
[all...]
/llvm-project/clang/tools/clang-diff/
H A DClangDiff.cpp414 diff::NodeId Src = Diff.getMapped(DstTree, Dst); local
483 std::unique_ptr<ASTUnit> Src = getAST(CommonCompilations, SourcePath); local
517 diff::NodeId Src = Diff.getMapped(DstTree, Dst); local
527 for (diff::NodeId Src : SrcTree) { local
/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h35 Value *Convert(Value *Src, const FixedPointSemantics &SrcSema, in Convert()
143 Value *CreateFixedToFixed(Value *Src, const FixedPointSemantics &SrcSema, in CreateFixedToFixed()
154 Value *CreateFixedToInteger(Value *Src, const FixedPointSemantics &SrcSema, in CreateFixedToInteger()
166 Value *CreateIntegerToFixed(Value *Src, unsigned SrcIsSigned, in CreateIntegerToFixed()
174 Value *CreateFixedToFloating(Value *Src, const FixedPointSemantics &SrcSema, in CreateFixedToFloating()
191 Value *CreateFloatingToFixed(Value *Src, const FixedPointSemantics &DstSema) { in CreateFloatingToFixed()

12345678910>>...14