| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SILateBranchLowering.cpp | 102 .addReg(AMDGPU::VGPR0, RegState::Undef) in generateEndPgm() 103 .addReg(AMDGPU::VGPR0, RegState::Undef) in generateEndPgm() 104 .addReg(AMDGPU::VGPR0, RegState::Undef) in generateEndPgm() 105 .addReg(AMDGPU::VGPR0, RegState::Undef) in generateEndPgm()
|
| H A D | SIOptimizeVGPRLiveRange.cpp | 520 PHI.addReg(UndefReg, RegState::Undef).addMBB(Pred); in optimizeLiveRange() 582 PHI.addReg(UndefReg, RegState::Undef).addMBB(Pred); in optimizeWaterfallLiveRange()
|
| H A D | SIFixSGPRCopies.cpp | 1097 Register Undef = MRI->createVirtualRegister(&AMDGPU::VGPR_16RegClass); in lowerVGPR2SGPRCopies() local 1098 BuildMI(*MBB, MI, DL, TII->get(AMDGPU::IMPLICIT_DEF), Undef); in lowerVGPR2SGPRCopies() 1102 .addReg(Undef) in lowerVGPR2SGPRCopies()
|
| H A D | GCNHazardRecognizer.cpp | 1234 .addReg(Reg, IsUndef ? RegState::Undef : RegState::Kill); in fixVcmpxPermlaneHazards() 1494 .addReg(AMDGPU::SGPR_NULL, RegState::Undef) in fixLdsBranchVmemWARHazard() 1930 .addReg(AmtReg - 1, RegState::Undef) in fixShift64HighRegBug() 1931 .addReg(NewAmtLo, RegState::Undef)); in fixShift64HighRegBug() 1934 .addReg(AmtReg, RegState::Undef) in fixShift64HighRegBug() 1935 .addReg(NewAmt, RegState::Undef)); in fixShift64HighRegBug()
|
| H A D | SIFormMemoryClauses.cpp | 142 S |= RegState::Undef; in getMopState()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ELFDump.cpp | 113 bool Undef = false; in getRelocationValueString() local 117 Undef = ERela.getSymbol(false) == 0; in getRelocationValueString() 121 Undef = ERela->getSymbol(false) == 0; in getRelocationValueString() 124 Undef = ERel->getSymbol(false) == 0; in getRelocationValueString() 134 if (!Undef) { in getRelocationValueString()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 63 .addReg(SrcHi, getKillRegState(KillSrc) | RegState::Undef); in copyPhysReg() 65 .addReg(SrcLo, getKillRegState(KillSrc) | RegState::Undef); in copyPhysReg() 68 .addReg(SrcLo, getKillRegState(KillSrc) | RegState::Undef); in copyPhysReg() 70 .addReg(SrcHi, getKillRegState(KillSrc) | RegState::Undef); in copyPhysReg()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | SystemZ.cpp | 84 Value *Undef = ConstantInt::get(Builder.getInt1Ty(), false); in EmitSystemZBuiltinExpr() local 86 return Builder.CreateCall(F, {X, Undef}); in EmitSystemZBuiltinExpr() 96 Value *Undef = ConstantInt::get(Builder.getInt1Ty(), false); in EmitSystemZBuiltinExpr() local 98 return Builder.CreateCall(F, {X, Undef}); in EmitSystemZBuiltinExpr()
|
| H A D | PPC.cpp | 517 Value *Undef = ConstantInt::get(Builder.getInt1Ty(), false); in EmitPPCBuiltinExpr() local 519 return Builder.CreateCall(F, {X, Undef}); in EmitPPCBuiltinExpr() 527 Value *Undef = ConstantInt::get(Builder.getInt1Ty(), false); in EmitPPCBuiltinExpr() local 529 return Builder.CreateCall(F, {X, Undef}); in EmitPPCBuiltinExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 357 const MacroDirective *Undef) { in MacroUndefined() argument 683 const MacroDirective *Undef) override { in MacroUndefined() argument 684 First->MacroUndefined(MacroNameTok, MD, Undef); in MacroUndefined() 685 Second->MacroUndefined(MacroNameTok, MD, Undef); in MacroUndefined()
|
| H A D | NoTrivialPPDirectiveTracer.h | 206 const MacroDirective *Undef) override { in MacroUndefined() argument
|
| H A D | PreprocessingRecord.h | 530 const MacroDirective *Undef) override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 55 Undef = 0x20, enumerator 65 DefineNoRead = Define | Undef, 109 flags & RegState::Undef, 564 return B ? RegState::Undef : 0; in getUndefRegState()
|
| H A D | RDFGraph.h | 292 Undef = 0x0020 << 5, // 0100000, Has no pre-existing value. enumerator 842 return (Flags & NodeAttrs::Preserving) && !(Flags & NodeAttrs::Undef); in IsPreservingDef()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86DynAllocaExpander.cpp | 229 .addReg(RegA, RegState::Undef); in lower() 243 .addReg(RegA, RegState::Undef); in lower()
|
| H A D | X86InstrInfo.cpp | 1193 .addReg(NewSrc, RegState::Define | RegState::Undef, X86::sub_32bit) in classifyLEAReg() 5940 MIB.addReg(Reg, RegState::Undef).addReg(Reg, RegState::Undef); in Expand2AddrUndef() 5956 MIB.addReg(Reg, RegState::Undef).addReg(Reg, RegState::Undef); in Expand2AddrKreg() 5968 .addReg(Reg, RegState::Undef) in expandMOV32r1() 5969 .addReg(Reg, RegState::Undef); in expandMOV32r1() 6072 MIB.addReg(TRI->getFrameRegister(MF), RegState::Undef); in expandXorFP() 6215 MIB.addReg(Reg, RegState::Undef).addReg(Reg, RegState::Undef).addImm(0xf); in expandPostRAPseudo() 6223 MIB.addReg(Reg, RegState::Undef) in expandPostRAPseudo() 6224 .addReg(Reg, RegState::Undef) in expandPostRAPseudo() 6225 .addReg(Reg, RegState::Undef) in expandPostRAPseudo() [all …]
|
| H A D | X86FixupBWInsts.cpp | 333 .addReg(NewSrcReg, RegState::Undef) in tryReplaceCopy()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.h | 117 const MacroDirective *Undef) override;
|
| H A D | MacroPPCallbacks.cpp | 193 const MacroDirective *Undef) { in MacroUndefined() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.h | 530 Undef, // Represents a DBG_VALUE $noreg in the transfer function only. 548 Kind = Undef; 569 assert(Kind == Undef && 1073 : DbgValue(Properties, DbgValue::Undef); 1101 DbgValue Rec = DbgValue(EmptyProperties, DbgValue::Undef);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.cpp | 405 .addReg(SReg, RegState::Undef) in ExpandMOVI() 406 .addReg(SReg, RegState::Undef); in ExpandMOVI() 647 MIB.addReg(Reg, RegState::Undef).addReg(Reg, RegState::Undef); in Expand2AddrUndef()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 117 if (RefA.Addr->getFlags() & NodeAttrs::Undef) in getAllReachingDefs() 429 if (!(UA.Addr->getFlags() & NodeAttrs::Undef)) { in getAllReachedUses() 512 if ((F & (NodeAttrs::Undef | NodeAttrs::PhiRef)) == 0) { in computePhiInfo() 557 assert((UA.Addr->getFlags() & NodeAttrs::Undef) == 0); in computePhiInfo() 1126 if (UA.Addr->getFlags() & NodeAttrs::Undef) in traverse()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexingAction.cpp | 45 const MacroDirective *Undef) override { in MacroUndefined() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.cpp | 1253 .addReg(Reg, RegState::Undef) in expandPostRAPseudo() 1254 .addReg(Reg, RegState::Undef); in expandPostRAPseudo() 1261 .addReg(Reg, RegState::Undef) in expandPostRAPseudo() 1262 .addReg(Reg, RegState::Undef); in expandPostRAPseudo() 1268 .addReg(Hexagon::V0, RegState::Undef) in expandPostRAPseudo() 1269 .addReg(Hexagon::V0, RegState::Undef); in expandPostRAPseudo() 1275 .addReg(Hexagon::V0, RegState::Undef) in expandPostRAPseudo() 1276 .addReg(Hexagon::V0, RegState::Undef); in expandPostRAPseudo() 1283 .addReg(Vd, RegState::Undef) in expandPostRAPseudo() 1284 .addReg(Vd, RegState::Undef); in expandPostRAPseudo() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVExpandPseudoInsts.cpp | 287 .addReg(DstReg, RegState::Undef) in expandVMSET_VMCLR() 288 .addReg(DstReg, RegState::Undef); in expandVMSET_VMCLR()
|