HomeSort by relevance Sort by last modified time
    Searched defs:CallOperandVal (Results 1 - 25 of 28) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 558 Value *CallOperandVal = info.CallOperandVal;
561 if (CallOperandVal == NULL)
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 242 Value *CallOperandVal = Info.CallOperandVal;
245 if (CallOperandVal == NULL)
256 if (isa<ConstantInt>(CallOperandVal))
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 590 Value *CallOperandVal = info.CallOperandVal;
593 if (!CallOperandVal)
595 Type *type = CallOperandVal->getType();
606 if (CallOperandVal->getType()->isIntegerTy())
616 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
622 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
628 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
634 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
640 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 258 Value *CallOperandVal = Info.CallOperandVal;
261 if (CallOperandVal == nullptr)
272 if (isa<ConstantInt>(CallOperandVal))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetLowering.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 781 Value *CallOperandVal = info.CallOperandVal;
784 if (!CallOperandVal)
786 Type *type = CallOperandVal->getType();
797 if (CallOperandVal->getType()->isIntegerTy())
813 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
819 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
825 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
831 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
837 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 335 milliseconds

1 2