| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | Instruction.def | 220 HANDLE_OTHER_INST(67, Freeze, FreezeInst) // Freeze instruction.
|
| D | PatternMatch.h | 1477 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()
|
| D | Instructions.h | 5456 return I->getOpcode() == Freeze;
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | SpeculativeExecution.cpp | 249 case Instruction::Freeze: in ComputeSpeculationCost()
|
| D | RewriteStatepointsForGC.cpp | 483 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()
|
| D | GVN.cpp | 638 case Instruction::Freeze: in lookupOrAdd()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| D | VPlanRecipes.cpp | 614 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/ |
| D | InstCombineNegator.cpp | 303 case Instruction::Freeze: { in visitImpl()
|
| /openbsd/src/usr.bin/file/magdir/ |
| D | compress | 95 # Freeze
|
| D | archive | 239 # Freeze 240 0 string \x1f\x9f\x4a\x10\x0a Freeze archive data
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | Instruction.cpp | 476 case Freeze: return "freeze"; in getOpcodeName()
|
| D | Instructions.cpp | 4776 : UnaryInstruction(S->getType(), Freeze, S, InsertBefore) { in FreezeInst() 4782 : UnaryInstruction(S->getType(), Freeze, S, InsertAtEnd) { in FreezeInst()
|
| /openbsd/src/gnu/llvm/llvm/lib/AsmParser/ |
| D | LLLexer.cpp | 888 INSTKEYWORD(freeze, Freeze); in LexIdentifier()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfoImpl.h | 1061 case Instruction::Freeze: in getInstructionCost()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | ValueTracking.cpp | 1884 case Instruction::Freeze: in computeKnownBitsFromOperator() 2721 case Instruction::Freeze: in isKnownNonZero() 5358 case Instruction::Freeze: in canCreateUndefOrPoison() 5693 case Instruction::Freeze: in propagatesPoison()
|
| D | ConstantFolding.cpp | 1079 case Instruction::Freeze: in ConstantFoldInstOperandsImpl()
|
| D | InstructionSimplify.cpp | 6685 case Instruction::Freeze: in simplifyInstructionWithOperands()
|
| /openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| D | llvm.ml | 253 | Freeze Constructor
|
| D | llvm.mli | 277 | Freeze Constructor
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | TargetLoweringBase.cpp | 1860 case Freeze: return ISD::FREEZE; in InstructionOpcodeToISD()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | FastISel.cpp | 1800 case Instruction::Freeze: in selectOperator()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPURegisterBankInfo.cpp | 2491 auto Freeze = B.buildFreeze(S32, SrcRegs[0]); in applyMappingImpl() local 2493 B.buildSExtInReg(DstRegs[0], Freeze, Amt); in applyMappingImpl()
|
| /openbsd/src/share/misc/ |
| D | usb_hid_usages | 2191 0x21 Freeze/Thaw
|
| /openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriter.cpp | 3265 case Instruction::Freeze: in writeInstruction()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ChangeLog-1990 | 814 * TODO, Makefile.dist, ChangeLog: Freeze for 3.91.8 release.
|