Searched refs:FREEZE (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/contrib/hyperv/tools/ |
| D | hv_vss_daemon.c | 24 #define FREEZE (1) macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 216 FREEZE, enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeTypesGeneric.cpp | 571 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()
|
| D | LegalizeFloatTypes.cpp | 133 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()
|
| D | SelectionDAGDumper.cpp | 412 case ISD::FREEZE: return "freeze"; in getOperationName()
|
| D | LegalizeVectorTypes.cpp | 92 case ISD::FREEZE: in ScalarizeVectorResult() 986 case ISD::FREEZE: in SplitVectorResult() 3152 case ISD::FREEZE: in WidenVectorResult()
|
| D | LegalizeIntegerTypes.cpp | 223 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()
|
| D | SelectionDAG.cpp | 2092 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()
|
| D | SelectionDAGISel.cpp | 2890 case ISD::FREEZE: in SelectCodeCommon()
|
| D | DAGCombiner.cpp | 1727 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()
|
| D | SelectionDAGBuilder.cpp | 11116 Values[i] = DAG.getNode(ISD::FREEZE, getCurSDLoc(), ValueVTs[i], in visitFreeze()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.h | 461 Opc != ISD::FREEZE; in isDef32()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | TargetLoweringBase.cpp | 1833 case Freeze: return ISD::FREEZE; in InstructionOpcodeToISD()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86InstrCompiler.td | 1357 // CopyFromReg. FREEZE may be coming from a a truncate. Any other 32-bit 1366 N->getOpcode() != ISD::FREEZE;
|