Home
last modified time | relevance | path

Searched refs:Freeze (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Daltera-freeze-bridge.txt1 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 DVPlanAnalysis.cpp120 case Instruction::Freeze: in inferScalarTypeForRecipe()
211 case Instruction::Freeze: in inferScalarTypeForRecipe()
H A DVPlanRecipes.cpp1093 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 DInstruction.def220 HANDLE_OTHER_INST(67, Freeze, FreezeInst) // Freeze instruction.
H A DPatternMatch.h1760 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 DInstructions.h4965 return I->getOpcode() == Freeze;
/freebsd/contrib/file/magic/Magdir/
H A Dringdove22 0 search Netlist(Freeze) pcb-rnd or gEDA/PCB netlist forward annotation action script
H A Dc6492 >0x16 beshort 45 Freeze Frame
93 >0x16 beshort 46 Freeze Machine
126 >0x16 beshort 77 Freeze Frame MK2
H A Dcompress181 # Freeze
H A Darchive680 # Freeze
681 0 string \x1f\x9f\x4a\x10\x0a Freeze archive data
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp249 case Instruction::Freeze: in ComputeSpeculationCost()
H A DRewriteStatepointsForGC.cpp415 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 DGVN.cpp651 case Instruction::Freeze: in lookupOrAdd()
H A DNewGVN.cpp2002 case Instruction::Freeze: in performSymbolicEvaluation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp304 case Instruction::Freeze: { in visitImpl()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp914 INSTKEYWORD(freeze, Freeze); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp779 case Freeze: return "freeze"; in getOpcodeName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1220 case Instruction::Freeze: in getInstructionCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1826 case Freeze: return ISD::FREEZE; in InstructionOpcodeToISD()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1978 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 DConstantFolding.cpp1032 case Instruction::Freeze: in ConstantFoldInstOperandsImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1923 case Instruction::Freeze: in selectOperator()
/freebsd/share/misc/
H A Dusb_hid_usages1214 0x21 Freeze/Thaw
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp2628 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 DCombinerHelper.cpp287 auto Freeze = B.buildFreeze(MaybePoisonOperandRegTy, MaybePoisonOperandReg); in matchFreezeOfSingleMaybePoisonOperand() local
290 Freeze.getReg(0)); in matchFreezeOfSingleMaybePoisonOperand()

12