Home
last modified time | relevance | path

Searched defs:IsUndef (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp244 bool IsUndef = true; in shrinkMIMG() local
366 const bool IsUndef = SrcReg->isUndef(); in shrinkScalarLogicOp() local
H A DSIInstrInfo.cpp1815 bool IsUndef = MI.getOperand(1).isUndef(); in expandPostRAPseudo() local
1843 bool IsUndef = MI.getOperand(1).isUndef(); in expandPostRAPseudo() local
1883 bool IsUndef = MI.getOperand(1).isUndef(); in expandPostRAPseudo() local
2047 bool IsUndef = RegOp.isUndef(); in swapRegAndNonRegOperand() local
H A DGCNHazardRecognizer.cpp898 bool IsUndef = Src0->isUndef(); in fixVcmpxPermlaneHazards() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h132 unsigned IsUndef : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp166 bool IsUndef = false; in tryCombineConcatVectors() local
175 bool CombinerHelper::matchCombineConcatVectors(MachineInstr &MI, bool &IsUndef, in matchCombineConcatVectors()
221 MachineInstr &MI, bool IsUndef, const ArrayRef<Register> Ops) { in applyCombineConcatVectors()
H A DLegalizerHelper.cpp5142 const bool IsUndef = MI.getOpcode() == TargetOpcode::G_CTLZ_ZERO_UNDEF; in narrowScalarCTLZ() local
5178 const bool IsUndef = MI.getOpcode() == TargetOpcode::G_CTTZ_ZERO_UNDEF; in narrowScalarCTTZ() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp2018 void MachineInstr::setRegisterDefReadUndef(Register Reg, bool IsUndef) { in setRegisterDefReadUndef()
H A DRegisterCoalescer.cpp1697 bool IsUndef = true; in addUndefFlag() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp512 bool IsSplat = true, IsUndef = true; in buildHvxVectorReg() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3736 bool IsUndef = true; in loadRegPairFromStackSlot() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go810 func (v Value) IsUndef() bool { return C.LLVMIsUndef(v.C) != 0 } func
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4807 bool IsUndef = Q.isUndefValue(V); in simplifyFPOp() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp594 bool IsUndef = PPOpts.Macros[I].second; in collectMacroDefinitions() local
5880 bool IsUndef = Record[Idx++]; in ParsePreprocessorOptions() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5804 bool IsUndef = Values[i] < 0 && IsMask; in getConstVector() local