Home
last modified time | relevance | path

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

/freebsd/contrib/hyperv/tools/
H A Dhv_vss_daemon.c24 #define FREEZE (1) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h223 FREEZE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp589 Lo = DAG.getNode(ISD::FREEZE, dl, L.getValueType(), L); in SplitRes_FREEZE()
590 Hi = DAG.getNode(ISD::FREEZE, dl, H.getValueType(), H); in SplitRes_FREEZE()
H A DLegalizeFloatTypes.cpp155 case ISD::FREEZE: R = SoftenFloatRes_FREEZE(N); break; in SoftenFloatResult()
226 return DAG.getNode(ISD::FREEZE, SDLoc(N), Ty, in SoftenFloatRes_FREEZE()
1453 case ISD::FREEZE: ExpandFloatRes_FREEZE(N, Lo, Hi); break; in ExpandFloatResult()
1812 Lo = DAG.getNode(ISD::FREEZE, dl, Lo.getValueType(), Lo); in ExpandFloatRes_FREEZE()
1813 Hi = DAG.getNode(ISD::FREEZE, dl, Hi.getValueType(), Hi); in ExpandFloatRes_FREEZE()
3055 case ISD::FREEZE: in SoftPromoteHalfResult()
H A DSelectionDAGDumper.cpp457 case ISD::FREEZE: return "freeze"; in getOperationName()
H A DSelectionDAG.cpp352 return N->getOpcode() == ISD::FREEZE && N->getOperand(0).isUndef(); in isFreezeUndef()
2401 return getNode(ISD::FREEZE, SDLoc(V), V.getValueType(), V); in getFreeze()
5130 if (Op.getOpcode() == ISD::FREEZE) in isGuaranteedNotToBeUndefOrPoison()
5151 if (Opcode == ISD::FREEZE) in isGuaranteedNotToBeUndefOrPoison()
5254 case ISD::FREEZE: in canCreateUndefOrPoison()
5959 case ISD::FREEZE: in getNode()
H A DLegalizeIntegerTypes.cpp306 case ISD::FREEZE: in PromoteIntegerResult()
566 return DAG.getNode(ISD::FREEZE, SDLoc(N), in PromoteIntRes_FREEZE()
2775 case ISD::FREEZE: SplitRes_FREEZE(N, Lo, Hi); break; in ExpandIntegerResult()
H A DLegalizeVectorTypes.cpp107 case ISD::FREEZE: in ScalarizeVectorResult()
1184 case ISD::FREEZE: in SplitVectorResult()
4586 case ISD::FREEZE: in WidenVectorResult()
H A DSelectionDAGISel.cpp3237 case ISD::FREEZE: in SelectCodeCommon()
H A DDAGCombiner.cpp1972 case ISD::FREEZE: return visitFREEZE(N); in visit()
3803 if (N->getOpcode() == ISD::FREEZE && N.hasOneUse()) in visitSUB()
15730 if (FrozenMaybePoisonOperand.getOpcode() == ISD::FREEZE && in visitFREEZE()
18193 if (N1->getOpcode() == ISD::FREEZE && N1.hasOneUse()) { in visitBRCOND()
18228 if (S0->getOpcode() == ISD::FREEZE && S0.hasOneUse() && S1C) { in visitBRCOND()
18234 if (S1->getOpcode() == ISD::FREEZE && S1.hasOneUse() && S0C) { in visitBRCOND()
H A DTargetLowering.cpp751 case ISD::FREEZE: { in SimplifyMultipleUseDemandedBits()
3228 case ISD::FREEZE: { in SimplifyDemandedVectorElts()
H A DSelectionDAGBuilder.cpp12492 Values[i] = DAG.getNode(ISD::FREEZE, getCurSDLoc(), ValueVTs[i], in visitFreeze()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFragments.td691 // CopyFromReg. FREEZE may be coming from a a truncate. Any other 32-bit
700 N->getOpcode() != ISD::FREEZE;
H A DX86ISelLowering.cpp43372 case ISD::FREEZE: in checkBitcastSrcVectorSize()
43443 case ISD::FREEZE: in signExtendBitcastSrcVector()
50386 SDValue Freeze_And0_R = DAG.getNode(ISD::FREEZE, SDLoc(), VT, And0_R); in foldMaskedMergeImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1826 case Freeze: return ISD::FREEZE; in InstructionOpcodeToISD()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td486 def freeze : SDNode<"ISD::FREEZE" , SDTFreeze>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp970 Opc != ISD::FREEZE; in SelectArithExtendedRegister()