Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp852 SDValue ChainIn = Node->getOperand(0); in trySelect() local
854 SDValue Reg = CurDAG->getCopyFromReg(ChainIn, DL, in trySelect()
921 SDValue ChainIn = Node->getOperand(0); in trySelect() local
924 SDValue ChainOut = CurDAG->getCopyToReg(ChainIn, DL, in trySelect()
H A DMipsSEISelLowering.cpp2291 SDValue ChainIn = Op->getOperand(0); in lowerMSALoadIntr() local
2304 return DAG.getLoad(ResTy, DL, ChainIn, Address, MachinePointerInfo(), in lowerMSALoadIntr()
2365 SDValue ChainIn = Op->getOperand(0); in lowerMSAStoreIntr() local
2379 return DAG.getStore(ChainIn, DL, Value, Address, MachinePointerInfo(), in lowerMSAStoreIntr()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp40 Comparison(SDValue Op0In, SDValue Op1In, SDValue ChainIn) in Comparison()
41 : Op0(Op0In), Op1(Op1In), Chain(ChainIn), in Comparison()
4595 SDValue ChainIn = Node->getChain(); in lowerATOMIC_LOAD_OP() local
4626 SDValue Ops[] = { ChainIn, AlignedAddr, Src2, BitShift, NegBitShift, in lowerATOMIC_LOAD_OP()
4668 SDValue ChainIn = Node->getOperand(0); in lowerATOMIC_CMP_SWAP() local
4688 SDValue Ops[] = { ChainIn, Addr, CmpVal, SwapVal }; in lowerATOMIC_CMP_SWAP()
4709 SDValue Ops[] = { ChainIn, AlignedAddr, CmpVal, SwapVal, BitShift, in lowerATOMIC_CMP_SWAP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp160 const SDLoc &dl, SDValue ChainIn);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11189 SDValue ChainIn = Op.getOperand(0); in LowerATOMIC_CMP_SWAP() local
11198 SDValue Ops[] = { ChainIn, Addr, NewOld }; in LowerATOMIC_CMP_SWAP()