Searched refs:SrcValue (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1322 ConstantInt *SrcValue = local
1329 (SrcValue->getZExtValue() > DstValue->getZExtValue() ? SrcOp : DstOp)
1359 MDNode *SrcValue = cast<MDNode>(SrcOp->getOperand(2)); local
1361 MDs.reserve(DstValue->getNumOperands() + SrcValue->getNumOperands());
1363 MDs.append(SrcValue->op_begin(), SrcValue->op_end());
1371 MDNode *SrcValue = cast<MDNode>(SrcOp->getOperand(2)); local
1373 Elts.insert(SrcValue->op_begin(), SrcValue->op_end());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1525 const MachinePointerInfo &SrcValue = Load->getMemOperand()->getPointerInfo(); local
1540 Load->getChain(), BasePtr, SrcValue, LoMemVT,
1545 HiPtr, SrcValue.getWithOffset(LoMemVT.getStoreSize()),
1576 const MachinePointerInfo &SrcValue = Load->getMemOperand()->getPointerInfo(); local
1584 Load->getExtensionType(), SL, WideVT, Load->getChain(), BasePtr, SrcValue,
1619 const MachinePointerInfo &SrcValue = Store->getMemOperand()->getPointerInfo(); local
1625 DAG.getTruncStore(Chain, SL, Lo, BasePtr, SrcValue, LoMemVT, BaseAlign,
1628 DAG.getTruncStore(Chain, SL, Hi, HiPtr, SrcValue.getWithOffset(Size),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5829 SDValue SrcValue = DAG.getSrcValue(PreallocatedCall); local
5831 getRoot(), SrcValue);
5838 SDValue SrcValue = DAG.getSrcValue(PreallocatedCall); local
5841 Ops[1] = SrcValue;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2381 const T &SrcValue, QualType DestType) {
2383 << SrcValue << DestType;

Completed in 127 milliseconds