Home
last modified time | relevance | path

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

/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/
DTopLevelTest.kt13 private val abcNode = atomic(ANode(BNode(CNode(8)))) in <lambda>()
19 private val refArr = AtomicArray<ANode<BNode<CNode>>>(5) in <lambda>()
83 val newNode = ANode(BNode(CNode(76))) in <lambda>()
157 val a2 = ANode(BNode(CNode(2))) in testRefArray()
158 val a3 = ANode(BNode(CNode(3))) in testRefArray()
173 check((anyRefArr[5].value as ANode<BNode<CNode>>).b.c.d == 2) in testRefArray()
180 data class CNode(val d: Int) dataClass
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp3749 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPISTR() local
3751 ReplaceUses(N1.getValue(1), SDValue(CNode, 2)); in emitPCMPISTR()
3753 CurDAG->setNodeMemRefs(CNode, {cast<LoadSDNode>(N1)->getMemOperand()}); in emitPCMPISTR()
3754 return CNode; in emitPCMPISTR()
3759 MachineSDNode *CNode = CurDAG->getMachineNode(ROpc, dl, VTs, Ops); in emitPCMPISTR() local
3760 return CNode; in emitPCMPISTR()
3782 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPESTR() local
3783 InFlag = SDValue(CNode, 3); in emitPCMPESTR()
3785 ReplaceUses(N2.getValue(1), SDValue(CNode, 2)); in emitPCMPESTR()
3787 CurDAG->setNodeMemRefs(CNode, {cast<LoadSDNode>(N2)->getMemOperand()}); in emitPCMPESTR()
[all …]
DX86ISelLowering.cpp6414 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); in getTargetConstantFromBasePtr() local
6415 if (!CNode || CNode->isMachineConstantPoolEntry() || CNode->getOffset() != 0) in getTargetConstantFromBasePtr()
6418 return CNode->getConstVal(); in getTargetConstantFromBasePtr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp3650 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPISTR() local
3652 ReplaceUses(N1.getValue(1), SDValue(CNode, 2)); in emitPCMPISTR()
3654 CurDAG->setNodeMemRefs(CNode, {cast<LoadSDNode>(N1)->getMemOperand()}); in emitPCMPISTR()
3655 return CNode; in emitPCMPISTR()
3660 MachineSDNode *CNode = CurDAG->getMachineNode(ROpc, dl, VTs, Ops); in emitPCMPISTR() local
3661 return CNode; in emitPCMPISTR()
3683 MachineSDNode *CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in emitPCMPESTR() local
3684 InFlag = SDValue(CNode, 3); in emitPCMPESTR()
3686 ReplaceUses(N2.getValue(1), SDValue(CNode, 2)); in emitPCMPESTR()
3688 CurDAG->setNodeMemRefs(CNode, {cast<LoadSDNode>(N2)->getMemOperand()}); in emitPCMPESTR()
[all …]
DX86ISelLowering.cpp6114 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); in getTargetConstantFromNode() local
6115 if (!CNode || CNode->isMachineConstantPoolEntry() || CNode->getOffset() != 0) in getTargetConstantFromNode()
6118 return CNode->getConstVal(); in getTargetConstantFromNode()
6329 auto *CNode = dyn_cast<ConstantPoolSDNode>(Ptr); in getTargetConstantBitsFromNode() local
6330 if (!CNode || CNode->isMachineConstantPoolEntry() || in getTargetConstantBitsFromNode()
6331 CNode->getOffset() != 0) in getTargetConstantBitsFromNode()
6334 if (const Constant *C = CNode->getConstVal()) { in getTargetConstantBitsFromNode()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp2127 SDNode *CNode = CurDAG->getMachineNode(Opc, dl, VTs, Ops); in Select() local
2129 ReplaceNode(Node, CNode); in Select()
2151 SDNode *CNode = CurDAG->getMachineNode(Opc, dl, VTs, Ops); in Select() local
2153 ReplaceNode(Node, CNode); in Select()
2226 MachineSDNode *CNode = nullptr; in Select() local
2231 CNode = CurDAG->getMachineNode(MOpc, dl, VTs, Ops); in Select()
2232 ResHi = SDValue(CNode, 0); in Select()
2233 ResLo = SDValue(CNode, 1); in Select()
2234 Chain = SDValue(CNode, 2); in Select()
2235 InFlag = SDValue(CNode, 3); in Select()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2883 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVEAddSubImm() local
2884 const int64_t ImmVal = CNode->getZExtValue(); in SelectSVEAddSubImm()
2917 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVESignedArithImm() local
2918 int64_t ImmVal = CNode->getSExtValue(); in SelectSVESignedArithImm()
2929 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVEArithImm() local
2930 uint64_t ImmVal = CNode->getSExtValue(); in SelectSVEArithImm()
2942 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVELogicalImm() local
2943 uint64_t ImmVal = CNode->getZExtValue(); in SelectSVELogicalImm()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp3091 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVEAddSubImm() local
3092 const int64_t ImmVal = CNode->getZExtValue(); in SelectSVEAddSubImm()
3125 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVESignedArithImm() local
3126 int64_t ImmVal = CNode->getSExtValue(); in SelectSVESignedArithImm()
3137 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVEArithImm() local
3138 uint64_t ImmVal = CNode->getZExtValue(); in SelectSVEArithImm()
3165 if (auto CNode = dyn_cast<ConstantSDNode>(N)) { in SelectSVELogicalImm() local
3166 uint64_t ImmVal = CNode->getZExtValue(); in SelectSVELogicalImm()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17933 if (auto CNode = dyn_cast<ConstantSDNode>(Op.getOperand(1))) in visitBUILD_VECTOR() local
17934 return CNode->getZExtValue(); in visitBUILD_VECTOR()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp19199 if (auto CNode = dyn_cast<ConstantSDNode>(Op.getOperand(1))) in visitBUILD_VECTOR() local
19200 return CNode->getZExtValue(); in visitBUILD_VECTOR()