Home
last modified time | relevance | path

Searched refs:IsUndef (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h103 bool IsUndef : 1; variable
258 return IsUndef; in isUndef()
343 IsUndef = Val;
500 Op.IsUndef = isUndef;
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h118 bool IsUndef : 1; variable
304 return IsUndef; in isUndef()
388 IsUndef = Val;
620 Op.IsUndef = isUndef;
DMachineInstr.h1101 void setRegisterDefReadUndef(unsigned Reg, bool IsUndef = true);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h128 unsigned IsUndef : 1; variable
386 return IsUndef; in isUndef()
502 IsUndef = Val;
770 Op.IsUndef = isUndef;
DMachineInstr.h1189 void setRegisterDefReadUndef(unsigned Reg, bool IsUndef = true);
/external/llvm/test/CodeGen/X86/
Dpr23103.ll3 ; When commuting a VADDSDrr instruction, verify that the 'IsUndef' flag is
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpr23103.ll4 ; When commuting a VADDSDrr instruction, verify that the 'IsUndef' flag is
/external/llvm/lib/CodeGen/
DMachineInstr.cpp199 IsUndef = isUndef; in ChangeToRegister()
2079 void MachineInstr::setRegisterDefReadUndef(unsigned Reg, bool IsUndef) { in setRegisterDefReadUndef() argument
2083 MO.setIsUndef(IsUndef); in setRegisterDefReadUndef()
DRegisterCoalescer.cpp1221 bool IsUndef = true; in addUndefFlag() local
1226 IsUndef = false; in addUndefFlag()
1230 if (IsUndef) { in addUndefFlag()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp368 bool IsSplat = true, IsUndef = true; in buildHvxVectorReg() local
373 IsUndef = false; in buildHvxVectorReg()
379 if (IsUndef) in buildHvxVectorReg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp1700 void MachineInstr::setRegisterDefReadUndef(unsigned Reg, bool IsUndef) { in setRegisterDefReadUndef() argument
1704 MO.setIsUndef(IsUndef); in setRegisterDefReadUndef()
DRegisterCoalescer.cpp1504 bool IsUndef = true; in addUndefFlag() local
1509 IsUndef = false; in addUndefFlag()
1513 if (IsUndef) { in addUndefFlag()
DMachineOperand.cpp241 IsUndef = isUndef; in ChangeToRegister()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1250 bool IsUndef = MI.getOperand(1).isUndef(); in expandPostRAPseudo() local
1260 RegState::Implicit | (IsUndef ? RegState::Undef : 0)); in expandPostRAPseudo()
1354 bool IsUndef = RegOp.isUndef(); in swapRegAndNonRegOperand() local
1364 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp180 IsUndef = isUndef; in ChangeToRegister()
/external/clang/lib/Serialization/
DASTReader.cpp465 bool IsUndef = PPOpts.Macros[I].second; in collectMacroDefinitions() local
472 if (IsUndef) { in collectMacroDefinitions()
4822 bool IsUndef = Record[Idx++]; in ParsePreprocessorOptions() local
4823 PPOpts.Macros.push_back(std::make_pair(Macro, IsUndef)); in ParsePreprocessorOptions()
/external/llvm/bindings/go/llvm/
Dir.go739 func (v Value) IsUndef() bool { return C.LLVMIsUndef(v.C) != 0 } func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go772 func (v Value) IsUndef() bool { return C.LLVMIsUndef(v.C) != 0 } func
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp4376 bool IsUndef = Values[i] < 0 && IsMask; in getConstVector() local
4377 SDValue OpNode = IsUndef ? DAG.getUNDEF(EltVT) : in getConstVector()
4381 Ops.push_back(IsUndef ? DAG.getUNDEF(EltVT) : in getConstVector()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp5020 bool IsUndef = Values[i] < 0 && IsMask; in getConstVector() local
5021 SDValue OpNode = IsUndef ? DAG.getUNDEF(EltVT) : in getConstVector()
5025 Ops.push_back(IsUndef ? DAG.getUNDEF(EltVT) : in getConstVector()