HomeSort by relevance Sort by last modified time
    Searched refs:isUndef (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/clang/lib/StaticAnalyzer/Checkers/
UndefResultChecker.cpp 42 if (state->getSVal(B, LCtx).isUndef()) {
66 if (state->getSVal(B->getLHS(), LCtx).isUndef()) {
70 else if (state->getSVal(B->getRHS(), LCtx).isUndef()) {
UndefinedAssignmentChecker.cpp 38 if (!val.isUndef())
66 if (state->getSVal(B->getLHS(), C.getLocationContext()).isUndef()) {
UndefBranchChecker.cpp 50 return St->getSVal(Ex, LCtx).isUndef();
63 if (X.isUndef()) {
UndefinedArraySubscriptChecker.cpp 39 if (!C.getSVal(Index).isUndef())
CallAndMessageChecker.cpp 171 if (PSV.isUndef()) {
202 if (V.isUndef()) {
251 if (V.isUndef())
313 if (L.isUndef()) {
339 if (Arg.isUndef()) {
368 if (V.isUndef()) {
445 if (recVal.isUndef()) {
ReturnUndefChecker.cpp 49 if (RetVal.isUndef()) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.cpp 61 if (rsym->isDyn() || rsym->isUndef())
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 274 ASSERT_TRUE(sym->isUndef());
290 ASSERT_TRUE(sym->isUndef());
306 ASSERT_FALSE(sym->isUndef());
323 ASSERT_FALSE(sym->isUndef());
338 ASSERT_FALSE(sym->isUndef());
352 ASSERT_TRUE(sym->isUndef());
373 ASSERT_TRUE(sym->isUndef());
388 ASSERT_TRUE(sym->isUndef());
404 ASSERT_TRUE(sym->isUndef());
419 ASSERT_TRUE(sym->isUndef());
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 101 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
118 bool IsUndef : 1;
302 bool isUndef() const {
304 return IsUndef;
336 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
388 IsUndef = Val;
582 bool isUndef = false, bool isDebug = false);
608 bool isUndef = false,
620 Op.IsUndef = isUndef;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineOperand.h 86 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
103 bool IsUndef : 1;
256 bool isUndef() const {
258 return IsUndef;
277 return !isUndef() && (isUse() || getSubReg());
343 IsUndef = Val;
465 bool isUndef = false, bool isDebug = false);
491 bool isUndef = false,
500 Op.IsUndef = isUndef;
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SILowerControlFlow.cpp 424 if (!Val->isUndef()) {
436 if (!Src->isUndef())
439 if (!IdxReg.isUndef())
453 .addReg(IdxReg.getReg(), getUndefRegState(IdxReg.isUndef()));
462 .addReg(IdxReg.getReg(), getUndefRegState(IdxReg.isUndef()));
536 .addReg(Idx->getReg(), getUndefRegState(Idx->isUndef()))
540 .addReg(Idx->getReg(), getUndefRegState(Idx->isUndef()));
643 .addReg(Reg, getUndefRegState(SrcVec->isUndef()));
650 .addReg(Reg, getUndefRegState(SrcVec->isUndef()))
679 .addReg(Val->getReg(), getUndefRegState(Val->isUndef()))
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 158 if (MO.isUndef())
212 bool isUndef = UndefUseSet.count(Reg);
213 MIB.addReg(Reg, getKillRegState(isKill) | getUndefRegState(isUndef) |
RegisterScavenging.cpp 130 if (MO.isUndef())
199 if (MO.isUndef())
300 if (!MO.isReg() || MO.isUndef() || !MO.getReg())
359 if (MO.isReg() && MO.getReg() != 0 && !(MO.isUse() && MO.isUndef()) &&
  /external/llvm/lib/Target/PowerPC/
PPCVSXFMAMutate.cpp 228 bool AddRegUndef = AddendMI->getOperand(1).isUndef();
229 bool KilledProdRegUndef = MI->getOperand(KilledProdOp).isUndef();
230 bool OtherProdRegUndef = MI->getOperand(OtherProdOp).isUndef();
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ProcessImplicitDefs.cpp 77 /// there is one implicit_def for each use. Add isUndef marker to
123 if (MO.isUndef() || ImpDefRegs.count(MO.getReg())) {
143 if (!MO.isReg() || (MO.isDef() && !MO.getSubReg()) || MO.isUndef())
237 if (UI.getOperand().isUndef())
RegisterScavenging.cpp 165 if (MO.isUndef())
190 if (MO.isUndef())
289 if (!MO.isReg() || MO.isUndef() || !MO.getReg())
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 173 if (!recVal.isUndef()) {
232 if (!recVal.isUndef()) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 106 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
123 bool IsUndef : 1;
313 bool isUndef() const {
315 return IsUndef;
347 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
399 IsUndef = Val;
572 /// for liveness related flags (isKill, isUndef and isDead).
606 bool isUndef = false, bool isDebug = false);
632 bool isUndef = false,
644 Op.IsUndef = isUndef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 106 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
123 bool IsUndef : 1;
313 bool isUndef() const {
315 return IsUndef;
347 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
399 IsUndef = Val;
572 /// for liveness related flags (isKill, isUndef and isDead).
606 bool isUndef = false, bool isDebug = false);
632 bool isUndef = false,
644 Op.IsUndef = isUndef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 106 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
123 bool IsUndef : 1;
313 bool isUndef() const {
315 return IsUndef;
347 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
399 IsUndef = Val;
572 /// for liveness related flags (isKill, isUndef and isDead).
606 bool isUndef = false, bool isDebug = false);
632 bool isUndef = false,
644 Op.IsUndef = isUndef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 106 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
123 bool IsUndef : 1;
313 bool isUndef() const {
315 return IsUndef;
347 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
399 IsUndef = Val;
572 /// for liveness related flags (isKill, isUndef and isDead).
606 bool isUndef = false, bool isDebug = false);
632 bool isUndef = false,
644 Op.IsUndef = isUndef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 106 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
123 bool IsUndef : 1;
313 bool isUndef() const {
315 return IsUndef;
347 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
399 IsUndef = Val;
572 /// for liveness related flags (isKill, isUndef and isDead).
606 bool isUndef = false, bool isDebug = false);
632 bool isUndef = false,
644 Op.IsUndef = isUndef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 106 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
123 bool IsUndef : 1;
313 bool isUndef() const {
315 return IsUndef;
347 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
399 IsUndef = Val;
572 /// for liveness related flags (isKill, isUndef and isDead).
606 bool isUndef = false, bool isDebug = false);
632 bool isUndef = false,
644 Op.IsUndef = isUndef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 106 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
123 bool IsUndef : 1;
313 bool isUndef() const {
315 return IsUndef;
347 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
399 IsUndef = Val;
572 /// for liveness related flags (isKill, isUndef and isDead).
606 bool isUndef = false, bool isDebug = false);
632 bool isUndef = false,
644 Op.IsUndef = isUndef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 106 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
123 bool IsUndef : 1;
313 bool isUndef() const {
315 return IsUndef;
347 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
399 IsUndef = Val;
572 /// for liveness related flags (isKill, isUndef and isDead).
606 bool isUndef = false, bool isDebug = false);
632 bool isUndef = false,
644 Op.IsUndef = isUndef
    [all...]

Completed in 755 milliseconds

1 2 3 4 5 6 7