/freebsd/sys/contrib/device-tree/Bindings/fpga/ |
H A D | altera-freeze-bridge.txt | 1 Altera Freeze Bridge Controller Driver 3 The Altera Freeze Bridge Controller manages one or more freeze bridges.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanAnalysis.cpp | 120 case Instruction::Freeze: in inferScalarTypeForRecipe() 211 case Instruction::Freeze: in inferScalarTypeForRecipe()
|
H A D | VPlanRecipes.cpp | 1093 case Instruction::Freeze: { in execute() 1097 Value *Freeze = Builder.CreateFreeze(Op); in execute() local 1098 State.set(this, Freeze, Part); in execute()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instruction.def | 220 HANDLE_OTHER_INST(67, Freeze, FreezeInst) // Freeze instruction.
|
H A D | PatternMatch.h | 1760 inline OneOps_match<OpTy, Instruction::Freeze> m_Freeze(const OpTy &Op) { in m_Freeze() 1761 return OneOps_match<OpTy, Instruction::Freeze>(Op); in m_Freeze()
|
H A D | Instructions.h | 4965 return I->getOpcode() == Freeze;
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | ringdove | 22 0 search Netlist(Freeze) pcb-rnd or gEDA/PCB netlist forward annotation action script
|
H A D | c64 | 92 >0x16 beshort 45 Freeze Frame 93 >0x16 beshort 46 Freeze Machine 126 >0x16 beshort 77 Freeze Frame MK2
|
H A D | compress | 181 # Freeze
|
H A D | archive | 680 # Freeze 681 0 string \x1f\x9f\x4a\x10\x0a Freeze archive data
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SpeculativeExecution.cpp | 249 case Instruction::Freeze: in ComputeSpeculationCost()
|
H A D | RewriteStatepointsForGC.cpp | 415 if (auto *Freeze = dyn_cast<FreezeInst>(I)) { in findBaseDefiningValueOfVector() local 416 auto *BDV = findBaseDefiningValue(Freeze->getOperand(0), Cache, KnownBases); in findBaseDefiningValueOfVector() 417 Cache[Freeze] = BDV; in findBaseDefiningValueOfVector() 529 if (auto *Freeze = dyn_cast<FreezeInst>(I)) { in findBaseDefiningValue() local 530 auto *BDV = findBaseDefiningValue(Freeze->getOperand(0), Cache, KnownBases); in findBaseDefiningValue() 531 Cache[Freeze] = BDV; in findBaseDefiningValue()
|
H A D | GVN.cpp | 651 case Instruction::Freeze: in lookupOrAdd()
|
H A D | NewGVN.cpp | 2002 case Instruction::Freeze: in performSymbolicEvaluation()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 304 case Instruction::Freeze: { in visitImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 914 INSTKEYWORD(freeze, Freeze); in LexIdentifier()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instruction.cpp | 779 case Freeze: return "freeze"; in getOpcodeName()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 1220 case Instruction::Freeze: in getInstructionCost()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1826 case Freeze: return ISD::FREEZE; in InstructionOpcodeToISD()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 1978 case Instruction::Freeze: in computeKnownBitsFromOperator() 3024 case Instruction::Freeze: in isKnownNonZeroFromOperator() 7377 case Instruction::Freeze: in canCreateUndefOrPoison() 7772 case Instruction::Freeze: in propagatesPoison()
|
H A D | ConstantFolding.cpp | 1032 case Instruction::Freeze: in ConstantFoldInstOperandsImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1923 case Instruction::Freeze: in selectOperator()
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 1214 0x21 Freeze/Thaw
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 2628 auto Freeze = B.buildFreeze(S32, SrcRegs[0]); in applyMappingImpl() local 2630 B.buildSExtInReg(DstRegs[0], Freeze, Amt); in applyMappingImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 287 auto Freeze = B.buildFreeze(MaybePoisonOperandRegTy, MaybePoisonOperandReg); in matchFreezeOfSingleMaybePoisonOperand() local 290 Freeze.getReg(0)); in matchFreezeOfSingleMaybePoisonOperand()
|