Home
last modified time | relevance | path

Searched defs:getSrc (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DByteProvider.h66 static ByteProvider getSrc(std::optional<ISelOp> Val, int64_t ByteOffset, in getSrc() function
/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h108 Instruction *getSrc() const { return Src; } in getSrc() function
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h869 APInt getSrc() const { return getOperand(1).getCImm()->getValue(); } getSrc() function
/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h506 const CFGBlock *getSrc() const { in getSrc() function
/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp365 RegSubRegPair getSrc(int Idx) const { getSrc() function in __anon05f69b9c0111::ValueTrackerResult
/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1428 Value *getSrc() const { return const_cast<Value *>(getArgOperand(1)); } getSrc() function
/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp49 NodeId getSrc(NodeId Dst) const { return DstToSrc[Dst]; } in getSrc() function in clang::diff::__anonef34e5090111::Mapping