Home
last modified time | relevance | path

Searched refs:Undef (Results 1 – 25 of 139) sorted by relevance

123456

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILateBranchLowering.cpp91 .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 DSIOptimizeVGPRLiveRange.cpp515 PHI.addReg(UndefReg, RegState::Undef).addMBB(Pred); in optimizeLiveRange()
568 PHI.addReg(UndefReg, RegState::Undef).addMBB(Pred); in optimizeWaterfallLiveRange()
H A DGCNHazardRecognizer.cpp1138 .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 Dobject2.t113 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 Dfinalize.t31 $req->add_minimum('Foo::Undef' => undef);
36 'Foo::Undef' => 0,
H A Dbasic.t31 $req->add_minimum('Foo::Undef' => undef);
38 'Foo::Undef' => 0,
H A Dfrom-hash.t70 my $undef_hash = { Undef => undef };
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp646 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 DELFDump.cpp72 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 DPPCallbacks.h324 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 DMacroPPCallbacks.h116 const MacroDirective *Undef) override;
H A DMacroPPCallbacks.cpp193 const MacroDirective *Undef) { in MacroUndefined() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h52 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 DX86DynAllocaExpander.cpp228 .addReg(RegA, RegState::Undef); in lower()
242 .addReg(RegA, RegState::Undef); in lower()
H A DX86InstrInfo.cpp1108 .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 DX86FixupBWInsts.cpp345 .addReg(NewSrcReg, RegState::Undef) in tryReplaceCopy()
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dvstrings.t31 [ Undef => undef, $UNDEFRE, 'Undef' ],
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h458 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 DExtractAPIConsumer.cpp263 const MacroDirective *Undef) override { in MacroUndefined() argument
266 if (!Undef) in MacroUndefined()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceInstructionsMIR.cpp135 State |= RegState::Undef; in extractInstrFromFunction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFLiveness.cpp120 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 DRISCVExpandPseudoInsts.cpp229 .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 DAArch64CallLowering.cpp414 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 DLTOCodeGenerator.cpp151 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 DCoroutines.cpp270 auto *Undef = UndefValue::get(Type::getInt8PtrTy(F.getContext())); in buildFrom() local
272 CF->replaceAllUsesWith(Undef); in buildFrom()

123456