Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/hyperv/tools/
Dhv_vss_daemon.c24 #define FREEZE (1) macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h216 FREEZE, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp571 Lo = DAG.getNode(ISD::FREEZE, dl, L.getValueType(), L); in SplitRes_FREEZE()
572 Hi = DAG.getNode(ISD::FREEZE, dl, H.getValueType(), H); in SplitRes_FREEZE()
DLegalizeFloatTypes.cpp133 case ISD::FREEZE: R = SoftenFloatRes_FREEZE(N); break; in SoftenFloatResult()
205 return DAG.getNode(ISD::FREEZE, SDLoc(N), Ty, in SoftenFloatRes_FREEZE()
1234 case ISD::FREEZE: ExpandFloatRes_FREEZE(N, Lo, Hi); break; in ExpandFloatResult()
1536 Lo = DAG.getNode(ISD::FREEZE, dl, Lo.getValueType(), Lo); in ExpandFloatRes_FREEZE()
1537 Hi = DAG.getNode(ISD::FREEZE, dl, Hi.getValueType(), Hi); in ExpandFloatRes_FREEZE()
2607 case ISD::FREEZE: in SoftPromoteHalfResult()
DSelectionDAGDumper.cpp412 case ISD::FREEZE: return "freeze"; in getOperationName()
DLegalizeVectorTypes.cpp92 case ISD::FREEZE: in ScalarizeVectorResult()
986 case ISD::FREEZE: in SplitVectorResult()
3152 case ISD::FREEZE: in WidenVectorResult()
DLegalizeIntegerTypes.cpp223 case ISD::FREEZE: in PromoteIntegerResult()
456 return DAG.getNode(ISD::FREEZE, SDLoc(N), in PromoteIntRes_FREEZE()
2095 case ISD::FREEZE: SplitRes_FREEZE(N, Lo, Hi); break; in ExpandIntegerResult()
DSelectionDAG.cpp2092 return getNode(ISD::FREEZE, SDLoc(V), V.getValueType(), V); in getFreeze()
4254 if (Op.getOpcode() == ISD::FREEZE) in isGuaranteedNotToBeUndefOrPoison()
4275 if (Opcode == ISD::FREEZE) in isGuaranteedNotToBeUndefOrPoison()
4845 case ISD::FREEZE: in getNode()
DSelectionDAGISel.cpp2890 case ISD::FREEZE: in SelectCodeCommon()
DDAGCombiner.cpp1727 case ISD::FREEZE: return visitFREEZE(N); in visit()
10261 if (N0->getOpcode() == ISD::FREEZE && N0.hasOneUse() && N1C) { in visitSETCC()
10267 if (N1->getOpcode() == ISD::FREEZE && N1.hasOneUse() && N0C) { in visitSETCC()
15072 if (N1->getOpcode() == ISD::FREEZE && N1.hasOneUse()) { in visitBRCOND()
DSelectionDAGBuilder.cpp11116 Values[i] = DAG.getNode(ISD::FREEZE, getCurSDLoc(), ValueVTs[i], in visitFreeze()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h461 Opc != ISD::FREEZE; in isDef32()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1833 case Freeze: return ISD::FREEZE; in InstructionOpcodeToISD()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrCompiler.td1357 // CopyFromReg. FREEZE may be coming from a a truncate. Any other 32-bit
1366 N->getOpcode() != ISD::FREEZE;