| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SILateBranchLowering.cpp | 91 .addReg(AMDGPU::VGPR0, RegState::Undef) in generateEndPgm() 92 .addReg(AMDGPU::VGPR0, RegState::Undef) in generateEndPgm() 93 .addReg(AMDGPU::VGPR0, RegState::Undef) in generateEndPgm() 94 .addReg(AMDGPU::VGPR0, RegState::Undef) in generateEndPgm()
|
| H A D | SIOptimizeVGPRLiveRange.cpp | 515 PHI.addReg(UndefReg, RegState::Undef).addMBB(Pred); in optimizeLiveRange() 568 PHI.addReg(UndefReg, RegState::Undef).addMBB(Pred); in optimizeWaterfallLiveRange()
|
| H A D | GCNHazardRecognizer.cpp | 1138 .addReg(Reg, IsUndef ? RegState::Undef : RegState::Kill); in fixVcmpxPermlaneHazards() 1390 .addReg(AMDGPU::SGPR_NULL, RegState::Undef) in fixLdsBranchVmemWARHazard() 1822 .addReg(AmtReg - 1, RegState::Undef) in fixShift64HighRegBug() 1823 .addReg(NewAmtLo, RegState::Undef)); in fixShift64HighRegBug() 1826 .addReg(AmtReg, RegState::Undef) in fixShift64HighRegBug() 1827 .addReg(NewAmt, RegState::Undef)); in fixShift64HighRegBug()
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| H A D | object2.t | 113 ok($destroyed[$ID], 'Undef hash object in normal array'); 137 ok($destroyed[$ID], 'Undef array object in normal array'); 161 ok($destroyed[$ID], 'Undef scalar object in normal array'); 188 ok($destroyed[$ID], 'Undef hash object in normal hash'); 212 ok($destroyed[$ID], 'Undef array object in normal hash'); 236 ok($destroyed[$ID], 'Undef scalar object in normal hash'); 263 ok($destroyed[$ID], 'Undef hash object in shared array'); 287 ok($destroyed[$ID], 'Undef array object in shared array'); 311 ok($destroyed[$ID], 'Undef scalar object in shared array'); 338 ok($destroyed[$ID], 'Undef hash object in shared hash'); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/ |
| H A D | finalize.t | 31 $req->add_minimum('Foo::Undef' => undef); 36 'Foo::Undef' => 0,
|
| H A D | basic.t | 31 $req->add_minimum('Foo::Undef' => undef); 38 'Foo::Undef' => 0,
|
| H A D | from-hash.t | 70 my $undef_hash = { Undef => undef };
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | StructurizeCFG.cpp | 646 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local 647 Phi.addIncoming(Undef, From); in addPhiValues() 729 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local 731 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef); in setPhiValues() 732 Updater.AddAvailableValue(To, Undef); in setPhiValues() 756 Updater.AddAvailableValue(UB, Undef); in setPhiValues() 1055 Value *Undef = UndefValue::get(I.getType()); in rebuildSSA() local 1057 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef); in rebuildSSA()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | ELFDump.cpp | 72 bool Undef = false; in getRelocationValueString() local 76 Undef = ERela->getSymbol(false) == 0; in getRelocationValueString() 79 Undef = ERel->getSymbol(false) == 0; in getRelocationValueString() 89 if (!Undef) { in getRelocationValueString()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 324 const MacroDirective *Undef) { in MacroUndefined() argument 624 const MacroDirective *Undef) override { in MacroUndefined() argument 625 First->MacroUndefined(MacroNameTok, MD, Undef); in MacroUndefined() 626 Second->MacroUndefined(MacroNameTok, MD, Undef); in MacroUndefined()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.h | 116 const MacroDirective *Undef) override;
|
| H A D | MacroPPCallbacks.cpp | 193 const MacroDirective *Undef) { in MacroUndefined() argument
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 52 Undef = 0x20, enumerator 62 DefineNoRead = Define | Undef, 106 flags & RegState::Undef, 538 return B ? RegState::Undef : 0; in getUndefRegState()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86DynAllocaExpander.cpp | 228 .addReg(RegA, RegState::Undef); in lower() 242 .addReg(RegA, RegState::Undef); in lower()
|
| H A D | X86InstrInfo.cpp | 1108 .addReg(NewSrc, RegState::Define | RegState::Undef, X86::sub_32bit) in classifyLEAReg() 4730 MIB.addReg(Reg, RegState::Undef).addReg(Reg, RegState::Undef); in Expand2AddrUndef() 4747 MIB.addReg(Reg, RegState::Undef).addReg(Reg, RegState::Undef); in Expand2AddrKreg() 4759 .addReg(Reg, RegState::Undef) in expandMOV32r1() 4760 .addReg(Reg, RegState::Undef); in expandMOV32r1() 4857 MIB.addReg(TRI->getFrameRegister(MF), RegState::Undef); in expandXorFP() 5003 MIB.addReg(Reg, RegState::Undef).addReg(Reg, RegState::Undef).addImm(0xf); in expandPostRAPseudo() 5011 MIB.addReg(Reg, RegState::Undef).addReg(Reg, RegState::Undef) in expandPostRAPseudo() 5012 .addReg(Reg, RegState::Undef).addImm(0xff); in expandPostRAPseudo() 5026 MIB.addReg(Reg, RegState::Undef).addReg(MaskReg, MaskState) in expandPostRAPseudo() [all …]
|
| H A D | X86FixupBWInsts.cpp | 345 .addReg(NewSrcReg, RegState::Undef) in tryReplaceCopy()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
| H A D | vstrings.t | 31 [ Undef => undef, $UNDEFRE, 'Undef' ],
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.h | 458 Undef, // Represents a DBG_VALUE $noreg in the transfer function only. 476 Kind = Undef; 497 assert(Kind == Undef && 992 : DbgValue(Properties, DbgValue::Undef); 1020 DbgValue Rec = DbgValue(EmptyProperties, DbgValue::Undef);
|
| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 263 const MacroDirective *Undef) override { in MacroUndefined() argument 266 if (!Undef) in MacroUndefined()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceInstructionsMIR.cpp | 135 State |= RegState::Undef; in extractInstrFromFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 120 if (RefA.Addr->getFlags() & NodeAttrs::Undef) in getAllReachingDefs() 432 if (!(UA.Addr->getFlags() & NodeAttrs::Undef)) { in getAllReachedUses() 514 if ((F & (NodeAttrs::Undef | NodeAttrs::PhiRef)) == 0) { in computePhiInfo() 559 assert((UA.Addr->getFlags() & NodeAttrs::Undef) == 0); in computePhiInfo() 1125 if (UA.Addr->getFlags() & NodeAttrs::Undef) in traverse()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVExpandPseudoInsts.cpp | 229 .addReg(DstReg, RegState::Undef) in expandVMSET_VMCLR() 230 .addReg(DstReg, RegState::Undef); in expandVMSET_VMCLR()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 414 auto Undef = MIRBuilder.buildUndef({OldLLT}); in lowerReturn() local 416 MIRBuilder.buildMergeLikeInstr({NewLLT}, {CurVReg, Undef}) in lowerReturn() 427 auto Undef = MIRBuilder.buildUndef({OldLLT}); in lowerReturn() local 430 .buildBuildVector({NewLLT}, {CurVReg, Undef.getReg(0)}) in lowerReturn()
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 151 for (const StringRef &Undef : Mod->getAsmUndefinedRefs()) in setAsmUndefinedRefs() local 152 AsmUndefinedRefs.insert(Undef); in setAsmUndefinedRefs()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | Coroutines.cpp | 270 auto *Undef = UndefValue::get(Type::getInt8PtrTy(F.getContext())); in buildFrom() local 272 CF->replaceAllUsesWith(Undef); in buildFrom()
|