| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | ShadowCallStack.cpp | 97 .addReg(OffsetReg, RegState::Undef) in addProlog() 98 .addReg(OffsetReg, RegState::Undef); in addProlog() 129 .addReg(X86::R11, RegState::Undef) in addEpilog() 130 .addReg(X86::R11, RegState::Undef); in addEpilog() 170 .addReg(X86::R10, RegState::Undef) in addEpilogOnlyR10() 171 .addReg(X86::R10, RegState::Undef); in addEpilogOnlyR10()
|
| H A D | X86WinAllocaExpander.cpp | 223 .addReg(RegA, RegState::Undef); in lower() 235 .addReg(RegA, RegState::Undef); in lower()
|
| H A D | X86FixupBWInsts.cpp | 321 .addReg(NewSrcReg, RegState::Undef) in tryReplaceCopy()
|
| H A D | X86InstrInfo.cpp | 3953 MIB.addReg(Reg, RegState::Undef).addReg(Reg, RegState::Undef); in Expand2AddrUndef() 3970 MIB.addReg(Reg, RegState::Undef).addReg(Reg, RegState::Undef); in Expand2AddrKreg() 3982 .addReg(Reg, RegState::Undef) in expandMOV32r1() 3983 .addReg(Reg, RegState::Undef); in expandMOV32r1() 4206 MIB.addReg(Reg, RegState::Undef).addReg(Reg, RegState::Undef).addImm(0xf); in expandPostRAPseudo() 4214 MIB.addReg(Reg, RegState::Undef).addReg(Reg, RegState::Undef) in expandPostRAPseudo() 4230 .addReg(Reg, RegState::Undef).addReg(Reg, RegState::Undef).addImm(0xff); in expandPostRAPseudo() 4595 .addReg(Reg, RegState::Undef) in breakPartialRegDependency() 4596 .addReg(Reg, RegState::Undef); in breakPartialRegDependency() 4603 .addReg(XReg, RegState::Undef) in breakPartialRegDependency() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | SymbolTable.cpp | 129 auto *Undef = dyn_cast<Undefined>(Sym); in loadMinGWAutomaticImports() local 130 if (!Undef) in loadMinGWAutomaticImports() 135 StringRef Name = Undef->getName(); in loadMinGWAutomaticImports() 207 auto *Undef = dyn_cast<Undefined>(Sym); in reportRemainingUndefines() local 208 if (!Undef) in reportRemainingUndefines() 213 StringRef Name = Undef->getName(); in reportRemainingUndefines() 216 if (Defined *D = Undef->getWeakAlias()) { in reportRemainingUndefines()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | StructurizeCFG.cpp | 592 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local 593 Phi.addIncoming(Undef, From); in addPhiValues() 612 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local 614 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef); in setPhiValues() 615 Updater.AddAvailableValue(To, Undef); in setPhiValues() 625 Updater.AddAvailableValue(Dominator.result(), Undef); in setPhiValues() 927 Value *Undef = UndefValue::get(I.getType()); in rebuildSSA() local 929 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef); in rebuildSSA()
|
| H A D | RewriteStatepointsForGC.cpp | 976 UndefValue *Undef = UndefValue::get(SI->getType()); in findBasePointer() local 978 return SelectInst::Create(SI->getCondition(), Undef, Undef, Name, SI); in findBasePointer() 980 UndefValue *Undef = UndefValue::get(EE->getVectorOperand()->getType()); in findBasePointer() local 982 return ExtractElementInst::Create(Undef, EE->getIndexOperand(), Name, in findBasePointer()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 270 const MacroDirective *Undef) { in MacroUndefined() argument 505 const MacroDirective *Undef) override { in MacroUndefined() argument 506 First->MacroUndefined(MacroNameTok, MD, Undef); in MacroUndefined() 507 Second->MacroUndefined(MacroNameTok, MD, Undef); in MacroUndefined()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertSkips.cpp | 171 .addReg(AMDGPU::VGPR0, RegState::Undef) in skipIfDead() 172 .addReg(AMDGPU::VGPR0, RegState::Undef) in skipIfDead() 173 .addReg(AMDGPU::VGPR0, RegState::Undef) in skipIfDead() 174 .addReg(AMDGPU::VGPR0, RegState::Undef) in skipIfDead()
|
| H A D | AMDGPUInstructionSelector.cpp | 264 unsigned Undef = MRI.createVirtualRegister(&AMDGPU::VGPR_32RegClass); in selectG_INTRINSIC_W_SIDE_EFFECTS() local 268 BuildMI(*BB, &I, DL, TII.get(AMDGPU::IMPLICIT_DEF), Undef); in selectG_INTRINSIC_W_SIDE_EFFECTS() 269 MachineInstr *Exp = buildEXP(TII, &I, Tgt, Reg0, Reg1, Undef, Undef, VM, in selectG_INTRINSIC_W_SIDE_EFFECTS()
|
| H A D | SIFormMemoryClauses.cpp | 132 S |= RegState::Undef; in getMopState() 366 S &= ~(RegState::Undef | RegState::Dead); in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 49 Undef = 0x20, enumerator 54 DefineNoRead = Define | Undef, 93 flags & RegState::Undef, 471 return B ? RegState::Undef : 0; in getUndefRegState()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.h | 118 const MacroDirective *Undef) override;
|
| H A D | MacroPPCallbacks.cpp | 194 const MacroDirective *Undef) { in MacroUndefined() argument
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/ |
| H A D | Coroutines.cpp | 306 auto *Undef = UndefValue::get(Type::getInt8PtrTy(F.getContext())); in buildFrom() local 308 CF->replaceAllUsesWith(Undef); in buildFrom()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | RDFLiveness.cpp | 120 if (RefA.Addr->getFlags() & NodeAttrs::Undef) in getAllReachingDefs() 396 if (!(UA.Addr->getFlags() & NodeAttrs::Undef)) { in getAllReachedUses() 478 if ((F & (NodeAttrs::Undef | NodeAttrs::PhiRef)) == 0) { in computePhiInfo() 523 assert((UA.Addr->getFlags() & NodeAttrs::Undef) == 0); in computePhiInfo() 1076 if (UA.Addr->getFlags() & NodeAttrs::Undef) in traverse()
|
| H A D | HexagonInstrInfo.cpp | 1128 .addReg(Reg, RegState::Undef) in expandPostRAPseudo() 1129 .addReg(Reg, RegState::Undef); in expandPostRAPseudo() 1136 .addReg(Reg, RegState::Undef) in expandPostRAPseudo() 1137 .addReg(Reg, RegState::Undef); in expandPostRAPseudo() 1143 .addReg(Hexagon::V0, RegState::Undef) in expandPostRAPseudo() 1144 .addReg(Hexagon::V0, RegState::Undef); in expandPostRAPseudo() 1150 .addReg(Hexagon::V0, RegState::Undef) in expandPostRAPseudo() 1151 .addReg(Hexagon::V0, RegState::Undef); in expandPostRAPseudo() 1158 .addReg(Vd, RegState::Undef) in expandPostRAPseudo() 1159 .addReg(Vd, RegState::Undef); in expandPostRAPseudo() [all …]
|
| H A D | HexagonISelDAGToDAGHVX.cpp | 627 return OpRef(R.OpN & (Undef | Index | LoHalf)); in lo() 631 return OpRef(R.OpN & (Undef | Index | HiHalf)); in hi() 633 static OpRef undef(MVT Ty) { return OpRef(Undef | Ty.SimpleTy); } in undef() 650 Undef = 0x80000000, enumerator 719 if (OpN & Undef) { in print() 997 if (R.OpN & OpRef::Undef) { in materialize()
|
| H A D | RDFGraph.h | 290 Undef = 0x0020 << 5, // 0100000, Has no pre-existing value. enumerator 815 return (Flags & NodeAttrs::Preserving) && !(Flags & NodeAttrs::Undef); in IsPreservingDef()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 1121 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local 1125 Elts.push_back(Undef); in SimplifyDemandedVectorElts() 1134 Elts.push_back(Undef); in SimplifyDemandedVectorElts() 1170 APInt Demanded, APInt &Undef) { in SimplifyDemandedVectorElts() argument 1173 if (Value *V = SimplifyDemandedVectorElts(Op, Demanded, Undef, Depth + 1)) { in SimplifyDemandedVectorElts()
|
| H A D | InstCombinePHI.cpp | 1114 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local 1116 replaceInstUsesWith(*PHIsToSlice[i], Undef); in SliceUpIllegalIntegerPHI() 1117 return replaceInstUsesWith(FirstPhi, Undef); in SliceUpIllegalIntegerPHI()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | PrintPreprocessedOutput.cpp | 179 const MacroDirective *Undef) override; 423 const MacroDirective *Undef) { in MacroUndefined() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexingAction.cpp | 101 const MacroDirective *Undef) override { in MacroUndefined() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 2683 UndefMacroDirective *Undef = nullptr; in HandleUndefDirective() local 2693 Undef = AllocateUndefMacroDirective(MacroNameTok.getLocation()); in HandleUndefDirective() 2699 Callbacks->MacroUndefined(MacroNameTok, MD, Undef); in HandleUndefDirective() 2701 if (Undef) in HandleUndefDirective() 2702 appendMacroDirective(II, Undef); in HandleUndefDirective()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 554 auto *Undef = UndefValue::get(I.getType()); in deleteDeadLoop() local 566 U.set(Undef); in deleteDeadLoop()
|