Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp893 SDValue ChainIn = Node->getOperand(0); in trySelect() local
895 SDValue Reg = CurDAG->getCopyFromReg(ChainIn, DL, in trySelect()
926 SDValue ChainIn = Node->getOperand(0); in trySelect() local
929 SDValue ChainOut = CurDAG->getCopyToReg(ChainIn, DL, in trySelect()
H A DMipsSEISelLowering.cpp2257 SDValue ChainIn = Op->getOperand(0); in lowerMSALoadIntr() local
2270 return DAG.getLoad(ResTy, DL, ChainIn, Address, MachinePointerInfo(), in lowerMSALoadIntr()
2331 SDValue ChainIn = Op->getOperand(0); in lowerMSAStoreIntr() local
2345 return DAG.getStore(ChainIn, DL, Value, Address, MachinePointerInfo(), in lowerMSAStoreIntr()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3445 SDValue ChainIn = Node->getChain(); in lowerATOMIC_LOAD_OP() local
3489 SDValue Ops[] = { ChainIn, AlignedAddr, Src2, BitShift, NegBitShift, in lowerATOMIC_LOAD_OP()
3545 SDValue ChainIn = Node->getOperand(0); in lowerATOMIC_CMP_SWAP() local
3558 SDValue Ops[] = { ChainIn, Addr, CmpVal, SwapVal }; in lowerATOMIC_CMP_SWAP()
3592 SDValue Ops[] = { ChainIn, AlignedAddr, CmpVal, SwapVal, BitShift, in lowerATOMIC_CMP_SWAP()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7020 SDValue ChainIn = Op.getOperand(0); in LowerATOMIC_CMP_SWAP() local
7029 SDValue Ops[] = { ChainIn, Addr, NewOld }; in LowerATOMIC_CMP_SWAP()