Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DByteProvider.h66 static ByteProvider getSrc(std::optional<ISelOp> Val, int64_t ByteOffset, in getSrc() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h108 Instruction *getSrc() const { return Src; } in getSrc() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h869 APInt getSrc() const { return getOperand(1).getCImm()->getValue(); } in getSrc() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h506 const CFGBlock *getSrc() const { in getSrc() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp365 RegSubRegPair getSrc(int Idx) const { in getSrc() function in __anon776574090111::ValueTrackerResult
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1463 Value *getSrc() const { return const_cast<Value *>(getArgOperand(1)); } in getSrc() function