Home
last modified time | relevance | path

Searched refs:ChainIn (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp840 SDValue ChainIn = Node->getOperand(0); in trySelect() local
842 SDValue Reg = CurDAG->getCopyFromReg(ChainIn, DL, in trySelect()
909 SDValue ChainIn = Node->getOperand(0); in trySelect() local
912 SDValue ChainOut = CurDAG->getCopyToReg(ChainIn, DL, in trySelect()
H A DMipsSEISelLowering.cpp2284 SDValue ChainIn = Op->getOperand(0); in lowerMSALoadIntr() local
2297 return DAG.getLoad(ResTy, DL, ChainIn, Address, MachinePointerInfo(), in lowerMSALoadIntr()
2358 SDValue ChainIn = Op->getOperand(0); in lowerMSAStoreIntr() local
2372 return DAG.getStore(ChainIn, DL, Value, Address, MachinePointerInfo(), in lowerMSAStoreIntr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp37 Comparison(SDValue Op0In, SDValue Op1In, SDValue ChainIn) in Comparison()
38 : Op0(Op0In), Op1(Op1In), Chain(ChainIn), in Comparison()
4594 SDValue ChainIn = Node->getChain(); in lowerATOMIC_LOAD_OP() local
4625 SDValue Ops[] = { ChainIn, AlignedAddr, Src2, BitShift, NegBitShift, in lowerATOMIC_LOAD_OP()
4667 SDValue ChainIn = Node->getOperand(0); in lowerATOMIC_CMP_SWAP() local
4687 SDValue Ops[] = { ChainIn, Addr, CmpVal, SwapVal }; in lowerATOMIC_CMP_SWAP()
4708 SDValue Ops[] = { ChainIn, AlignedAddr, CmpVal, SwapVal, BitShift, in lowerATOMIC_CMP_SWAP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp166 const SDLoc &dl, SDValue ChainIn);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11000 SDValue ChainIn = Op.getOperand(0); in LowerATOMIC_CMP_SWAP() local
11009 SDValue Ops[] = { ChainIn, Addr, NewOld }; in LowerATOMIC_CMP_SWAP()