Searched refs:TS1AM (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| D | VEISelLowering.cpp | 899 TARGET_NODE_CASE(TS1AM) in getTargetNodeName() 1163 SDValue TS1AM = DAG.getAtomic(VEISD::TS1AM, DL, N->getMemoryVT(), in lowerATOMIC_SWAP() local 1169 SDValue Result = finalizeTS1AM(Op, DAG, TS1AM, Bits); in lowerATOMIC_SWAP() 1170 SDValue Chain = TS1AM.getValue(1); in lowerATOMIC_SWAP() 1182 SDValue TS1AM = DAG.getAtomic(VEISD::TS1AM, DL, N->getMemoryVT(), in lowerATOMIC_SWAP() local 1188 SDValue Result = finalizeTS1AM(Op, DAG, TS1AM, Bits); in lowerATOMIC_SWAP() 1189 SDValue Chain = TS1AM.getValue(1); in lowerATOMIC_SWAP()
|
| D | VEISelLowering.h | 40 TS1AM, // A TS1AM instruction used for 1/2 bytes swap. enumerator
|
| D | VEInstrInfo.td | 476 // TS1AM 479 def ts1am : SDNode<"VEISD::TS1AM", SDT_TS1AM, 1112 // Section 8.2.16 - TS1AM (Test and Set 1 AM)
|