Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp311 bool IsUndef = true; in shrinkMIMG() local
531 const bool IsUndef = SrcReg->isUndef(); in shrinkScalarLogicOp() local
DSIInstrInfo.cpp2106 bool IsUndef = MI.getOperand(1).isUndef(); in expandPostRAPseudo() local
2138 bool IsUndef = MI.getOperand(1).isUndef(); in expandPostRAPseudo() local
2183 bool IsUndef = MI.getOperand(1).isUndef(); in expandPostRAPseudo() local
2376 bool IsUndef = RegOp.isUndef(); in swapRegAndNonRegOperand() local
DGCNHazardRecognizer.cpp1134 bool IsUndef = Src0->isUndef(); in fixVcmpxPermlaneHazards() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp116 bool IsUndef = false; in tryCombineConcatVectors() local
125 bool CombinerHelper::matchCombineConcatVectors(MachineInstr &MI, bool &IsUndef, in matchCombineConcatVectors()
171 MachineInstr &MI, bool IsUndef, const ArrayRef<Register> Ops) { in applyCombineConcatVectors()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp250 bool IsUndef = true; in shrinkMIMG() local
DGCNHazardRecognizer.cpp895 bool IsUndef = Src0->isUndef(); in fixVcmpxPermlaneHazards() local
DSIInstrInfo.cpp1492 bool IsUndef = MI.getOperand(1).isUndef(); in expandPostRAPseudo() local
1658 bool IsUndef = RegOp.isUndef(); in swapRegAndNonRegOperand() local
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h118 bool IsUndef : 1; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h130 unsigned IsUndef : 1; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachineOperand.h132 unsigned IsUndef : 1; variable
/external/llvm/lib/CodeGen/
DMachineInstr.cpp2079 void MachineInstr::setRegisterDefReadUndef(unsigned Reg, bool IsUndef) { in setRegisterDefReadUndef()
DRegisterCoalescer.cpp1221 bool IsUndef = true; in addUndefFlag() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1925 void MachineInstr::setRegisterDefReadUndef(Register Reg, bool IsUndef) { in setRegisterDefReadUndef()
DRegisterCoalescer.cpp1659 bool IsUndef = true; in addUndefFlag() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp222 bool IsUndef = false; in tryCombineConcatVectors() local
231 bool CombinerHelper::matchCombineConcatVectors(MachineInstr &MI, bool &IsUndef, in matchCombineConcatVectors()
277 MachineInstr &MI, bool IsUndef, const ArrayRef<Register> Ops) { in applyCombineConcatVectors()
DLegalizerHelper.cpp5549 const bool IsUndef = MI.getOpcode() == TargetOpcode::G_CTLZ_ZERO_UNDEF; in narrowScalarCTLZ() local
5585 const bool IsUndef = MI.getOpcode() == TargetOpcode::G_CTTZ_ZERO_UNDEF; in narrowScalarCTTZ() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp376 bool IsSplat = true, IsUndef = true; in buildHvxVectorReg() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineInstr.cpp2029 void MachineInstr::setRegisterDefReadUndef(Register Reg, bool IsUndef) { in setRegisterDefReadUndef()
DRegisterCoalescer.cpp1729 bool IsUndef = true; in addUndefFlag() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp2970 bool IsUndef = true; in loadRegPairFromStackSlot() local
/external/clang/lib/Serialization/
DASTReader.cpp465 bool IsUndef = PPOpts.Macros[I].second; in collectMacroDefinitions() local
4822 bool IsUndef = Record[Idx++]; in ParsePreprocessorOptions() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp809 bool IsUndef = true; in buildHvxVectorReg() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3960 bool IsUndef = true; in loadRegPairFromStackSlot() local
/external/llvm/bindings/go/llvm/
Dir.go739 func (v Value) IsUndef() bool { return C.LLVMIsUndef(v.C) != 0 } func
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DInstructionSimplify.cpp5341 bool IsUndef = Q.isUndefValue(V); in simplifyFPOp() local

12