Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h103 bool IsUndef : 1; variable
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h118 bool IsUndef : 1; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h128 unsigned IsUndef : 1; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp1700 void MachineInstr::setRegisterDefReadUndef(unsigned Reg, bool IsUndef) { in setRegisterDefReadUndef()
DRegisterCoalescer.cpp1504 bool IsUndef = true; in addUndefFlag() local
/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-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1250 bool IsUndef = MI.getOperand(1).isUndef(); in expandPostRAPseudo() local
1354 bool IsUndef = RegOp.isUndef(); in swapRegAndNonRegOperand() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp368 bool IsSplat = true, IsUndef = true; in buildHvxVectorReg() 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/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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp5020 bool IsUndef = Values[i] < 0 && IsMask; in getConstVector() local