Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp705 SDValue ADDTLSOp1 = Base.getOperand(0); in isThreadPointerAcquisitionNode() local
706 unsigned ADDTLSOp1Opcode = ADDTLSOp1.getOpcode(); in isThreadPointerAcquisitionNode()
719 LoadSDNode *LD = dyn_cast<LoadSDNode>(ADDTLSOp1); in isThreadPointerAcquisitionNode()
731 dyn_cast_or_null<RegisterSDNode>(ADDTLSOp1.getNode()); in isThreadPointerAcquisitionNode()