Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DInstruction.def220 HANDLE_OTHER_INST(67, Freeze, FreezeInst) // Freeze instruction.
DPatternMatch.h1477 inline OneOps_match<OpTy, Instruction::Freeze> m_Freeze(const OpTy &Op) { in m_Freeze()
1478 return OneOps_match<OpTy, Instruction::Freeze>(Op); in m_Freeze()
DInstructions.h5456 return I->getOpcode() == Freeze;
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp249 case Instruction::Freeze: in ComputeSpeculationCost()
DRewriteStatepointsForGC.cpp483 if (auto *Freeze = dyn_cast<FreezeInst>(I)) { in findBaseDefiningValueOfVector() local
484 auto *BDV = findBaseDefiningValue(Freeze->getOperand(0), Cache, KnownBases); in findBaseDefiningValueOfVector()
485 Cache[Freeze] = BDV; in findBaseDefiningValueOfVector()
597 if (auto *Freeze = dyn_cast<FreezeInst>(I)) { in findBaseDefiningValue() local
598 auto *BDV = findBaseDefiningValue(Freeze->getOperand(0), Cache, KnownBases); in findBaseDefiningValue()
599 Cache[Freeze] = BDV; in findBaseDefiningValue()
DGVN.cpp638 case Instruction::Freeze: in lookupOrAdd()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DVPlanRecipes.cpp614 case Instruction::Freeze: { in execute()
620 Value *Freeze = Builder.CreateFreeze(Op); in execute() local
621 State.set(this, Freeze, Part); in execute()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp303 case Instruction::Freeze: { in visitImpl()
/openbsd/src/usr.bin/file/magdir/
Dcompress95 # Freeze
Darchive239 # Freeze
240 0 string \x1f\x9f\x4a\x10\x0a Freeze archive data
/openbsd/src/gnu/llvm/llvm/lib/IR/
DInstruction.cpp476 case Freeze: return "freeze"; in getOpcodeName()
DInstructions.cpp4776 : UnaryInstruction(S->getType(), Freeze, S, InsertBefore) { in FreezeInst()
4782 : UnaryInstruction(S->getType(), Freeze, S, InsertAtEnd) { in FreezeInst()
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLLexer.cpp888 INSTKEYWORD(freeze, Freeze); in LexIdentifier()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h1061 case Instruction::Freeze: in getInstructionCost()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DValueTracking.cpp1884 case Instruction::Freeze: in computeKnownBitsFromOperator()
2721 case Instruction::Freeze: in isKnownNonZero()
5358 case Instruction::Freeze: in canCreateUndefOrPoison()
5693 case Instruction::Freeze: in propagatesPoison()
DConstantFolding.cpp1079 case Instruction::Freeze: in ConstantFoldInstOperandsImpl()
DInstructionSimplify.cpp6685 case Instruction::Freeze: in simplifyInstructionWithOperands()
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm.ml253 | Freeze Constructor
Dllvm.mli277 | Freeze Constructor
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1860 case Freeze: return ISD::FREEZE; in InstructionOpcodeToISD()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1800 case Instruction::Freeze: in selectOperator()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp2491 auto Freeze = B.buildFreeze(S32, SrcRegs[0]); in applyMappingImpl() local
2493 B.buildSExtInReg(DstRegs[0], Freeze, Amt); in applyMappingImpl()
/openbsd/src/share/misc/
Dusb_hid_usages2191 0x21 Freeze/Thaw
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3265 case Instruction::Freeze: in writeInstruction()
/openbsd/src/gnu/usr.bin/binutils/gdb/
DChangeLog-1990814 * TODO, Makefile.dist, ChangeLog: Freeze for 3.91.8 release.

12