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.cpp798 SDValue ChainIn = Node->getOperand(0); in trySelect() local
800 SDValue Reg = CurDAG->getCopyFromReg(ChainIn, DL, in trySelect()
867 SDValue ChainIn = Node->getOperand(0); in trySelect() local
870 SDValue ChainOut = CurDAG->getCopyToReg(ChainIn, DL, in trySelect()
H A DMipsSEISelLowering.cpp2335 SDValue ChainIn = Op->getOperand(0); in lowerMSALoadIntr() local
2348 return DAG.getLoad(ResTy, DL, ChainIn, Address, MachinePointerInfo(), in lowerMSALoadIntr()
2409 SDValue ChainIn = Op->getOperand(0); in lowerMSAStoreIntr() local
2423 return DAG.getStore(ChainIn, DL, Value, Address, MachinePointerInfo(), in lowerMSAStoreIntr()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp47 Comparison(SDValue Op0In, SDValue Op1In, SDValue ChainIn) in Comparison()
48 : Op0(Op0In), Op1(Op1In), Chain(ChainIn), in Comparison()
5086 SDValue ChainIn = Node->getChain(); in lowerATOMIC_LOAD_OP() local
5118 SDValue Ops[] = { ChainIn, AlignedAddr, Src2, BitShift, NegBitShift, in lowerATOMIC_LOAD_OP()
5160 SDValue ChainIn = Node->getOperand(0); in lowerATOMIC_CMP_SWAP() local
5180 SDValue Ops[] = { ChainIn, Addr, CmpVal, SwapVal }; in lowerATOMIC_CMP_SWAP()
5201 SDValue Ops[] = { ChainIn, AlignedAddr, CmpVal, SwapVal, BitShift, in lowerATOMIC_CMP_SWAP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp169 const SDLoc &dl, SDValue ChainIn);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11882 SDValue ChainIn = Op.getOperand(0); in LowerATOMIC_CMP_SWAP() local
11891 SDValue Ops[] = {ChainIn, Addr, NewOld}; in LowerATOMIC_CMP_SWAP()