Searched refs:ChainIn (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelDAGToDAG.cpp | 843 SDValue ChainIn = Node->getOperand(0); in trySelect() local 845 SDValue Reg = CurDAG->getCopyFromReg(ChainIn, DL, in trySelect() 913 SDValue ChainIn = Node->getOperand(0); in trySelect() local 916 SDValue ChainOut = CurDAG->getCopyToReg(ChainIn, DL, in trySelect()
|
| H A D | MipsSEISelLowering.cpp | 2288 SDValue ChainIn = Op->getOperand(0); in lowerMSALoadIntr() local 2301 return DAG.getLoad(ResTy, DL, ChainIn, Address, MachinePointerInfo(), in lowerMSALoadIntr() 2362 SDValue ChainIn = Op->getOperand(0); in lowerMSAStoreIntr() local 2376 return DAG.getStore(ChainIn, DL, Value, Address, MachinePointerInfo(), in lowerMSAStoreIntr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 37 Comparison(SDValue Op0In, SDValue Op1In, SDValue ChainIn) in Comparison() 38 : Op0(Op0In), Op1(Op1In), Chain(ChainIn), in Comparison() 4192 SDValue ChainIn = Node->getChain(); in lowerATOMIC_LOAD_OP() local 4236 SDValue Ops[] = { ChainIn, AlignedAddr, Src2, BitShift, NegBitShift, in lowerATOMIC_LOAD_OP() 4292 SDValue ChainIn = Node->getOperand(0); in lowerATOMIC_CMP_SWAP() local 4305 SDValue Ops[] = { ChainIn, Addr, CmpVal, SwapVal }; in lowerATOMIC_CMP_SWAP() 4339 SDValue Ops[] = { ChainIn, AlignedAddr, CmpVal, SwapVal, BitShift, in lowerATOMIC_CMP_SWAP()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 162 const SDLoc &dl, SDValue ChainIn);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 9382 SDValue ChainIn = Op.getOperand(0); in LowerATOMIC_CMP_SWAP() local 9391 SDValue Ops[] = { ChainIn, Addr, NewOld }; in LowerATOMIC_CMP_SWAP()
|