/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIShrinkInstructions.cpp | 314 bool IsUndef = true; shrinkMIMG() local 537 const bool IsUndef = SrcReg->isUndef(); shrinkScalarLogicOp() local
|
H A D | SIInstrInfo.cpp | 2293 bool IsUndef = MI.getOperand(1).isUndef(); expandPostRAPseudo() local 2325 bool IsUndef = MI.getOperand(1).isUndef(); expandPostRAPseudo() local 2370 bool IsUndef = MI.getOperand(1).isUndef(); expandPostRAPseudo() local 2695 bool IsUndef = RegOp.isUndef(); swapRegAndNonRegOperand() local
|
H A D | GCNHazardRecognizer.cpp | 1135 bool IsUndef = Src0->isUndef(); fixVcmpxPermlaneHazards() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 132 unsigned IsUndef : 1; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 2065 setRegisterDefReadUndef(Register Reg,bool IsUndef) setRegisterDefReadUndef() argument
|
H A D | RegisterCoalescer.cpp | 1795 bool IsUndef = true; in addUndefFlag() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 224 bool IsUndef = false; tryCombineConcatVectors() local 233 matchCombineConcatVectors(MachineInstr & MI,bool & IsUndef,SmallVectorImpl<Register> & Ops) matchCombineConcatVectors() argument 279 applyCombineConcatVectors(MachineInstr & MI,bool IsUndef,const ArrayRef<Register> Ops) applyCombineConcatVectors() argument
|
H A D | LegalizerHelper.cpp | 5941 const bool IsUndef = MI.getOpcode() == TargetOpcode::G_CTLZ_ZERO_UNDEF; narrowScalarCTLZ() local 5974 const bool IsUndef = MI.getOpcode() == TargetOpcode::G_CTTZ_ZERO_UNDEF; narrowScalarCTTZ() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 810 bool IsUndef = true; in buildHvxVectorReg() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 614 bool IsUndef = PPOpts.Macros[I].second; collectMacroDefinitions() local 6177 bool IsUndef = Record[Idx++]; ParsePreprocessorOptions() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 4932 bool IsUndef = true; loadRegPairFromStackSlot() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 5584 bool IsUndef = Q.isUndefValue(V); simplifyFPOp() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 3673 bool IsUndef = Values[i] < 0 && IsMask; getConstVector() local [all...] |