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

1 2 3

  /external/llvm/lib/IR/
Operator.cpp 29 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand());
30 if (!OpC)
32 if (OpC->isZero())
37 unsigned ElementIdx = OpC->getZExtValue();
44 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth());
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAnnotateKernelFeatures.cpp 102 const auto *OpC = dyn_cast<Constant>(U);
103 if (!OpC)
106 if (!ConstantExprVisited.insert(OpC).second)
109 Stack.push_back(OpC);
128 const auto *OpC = dyn_cast<Constant>(U);
129 if (!OpC)
132 if (visitConstantExprsRecursively(OpC, ConstantExprVisited))
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 207 if (Constant *OpC = dyn_cast<Constant>(Op)) {
208 if (OpC->isZeroValue())
213 if (OpC->getType()->isVectorTy())
214 OpC = OpC->getSplatValue();
216 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue();
226 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 220 if (Constant *OpC = dyn_cast<Constant>(Op)) {
221 if (OpC->isZeroValue())
226 if (OpC->getType()->isVectorTy())
227 OpC = OpC->getSplatValue();
229 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue();
239 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
Local.h 220 if (Constant *OpC = dyn_cast<Constant>(Op)) {
221 if (OpC->isZeroValue())
226 if (OpC->getType()->isVectorTy())
227 OpC = OpC->getSplatValue();
229 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue();
239 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
Local.h 220 if (Constant *OpC = dyn_cast<Constant>(Op)) {
221 if (OpC->isZeroValue())
226 if (OpC->getType()->isVectorTy())
227 OpC = OpC->getSplatValue();
229 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue();
239 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
Local.h 242 if (Constant *OpC = dyn_cast<Constant>(Op)) {
243 if (OpC->isZeroValue())
248 if (OpC->getType()->isVectorTy())
249 OpC = OpC->getSplatValue();
251 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue();
261 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
Local.h 242 if (Constant *OpC = dyn_cast<Constant>(Op)) {
243 if (OpC->isZeroValue())
248 if (OpC->getType()->isVectorTy())
249 OpC = OpC->getSplatValue();
251 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue();
261 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
Local.h 242 if (Constant *OpC = dyn_cast<Constant>(Op)) {
243 if (OpC->isZeroValue())
248 if (OpC->getType()->isVectorTy())
249 OpC = OpC->getSplatValue();
251 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue();
261 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
Local.h 242 if (Constant *OpC = dyn_cast<Constant>(Op)) {
243 if (OpC->isZeroValue())
248 if (OpC->getType()->isVectorTy())
249 OpC = OpC->getSplatValue();
251 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue();
261 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 220 if (Constant *OpC = dyn_cast<Constant>(Op)) {
221 if (OpC->isZeroValue())
226 if (OpC->getType()->isVectorTy())
227 OpC = OpC->getSplatValue();
229 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue();
239 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
Local.h 220 if (Constant *OpC = dyn_cast<Constant>(Op)) {
221 if (OpC->isZeroValue())
226 if (OpC->getType()->isVectorTy())
227 OpC = OpC->getSplatValue();
229 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue();
239 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
Local.h 220 if (Constant *OpC = dyn_cast<Constant>(Op)) {
221 if (OpC->isZeroValue())
226 if (OpC->getType()->isVectorTy())
227 OpC = OpC->getSplatValue();
229 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue();
239 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
Local.h 242 if (Constant *OpC = dyn_cast<Constant>(Op)) {
243 if (OpC->isZeroValue())
248 if (OpC->getType()->isVectorTy())
249 OpC = OpC->getSplatValue();
251 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue();
261 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
Local.h 242 if (Constant *OpC = dyn_cast<Constant>(Op)) {
243 if (OpC->isZeroValue())
248 if (OpC->getType()->isVectorTy())
249 OpC = OpC->getSplatValue();
251 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue();
261 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
Local.h 242 if (Constant *OpC = dyn_cast<Constant>(Op)) {
243 if (OpC->isZeroValue())
248 if (OpC->getType()->isVectorTy())
249 OpC = OpC->getSplatValue();
251 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue();
261 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
Local.h 242 if (Constant *OpC = dyn_cast<Constant>(Op)) {
243 if (OpC->isZeroValue())
248 if (OpC->getType()->isVectorTy())
249 OpC = OpC->getSplatValue();
251 uint64_t OpValue = cast<ConstantInt>(OpC)->getZExtValue();
261 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 147 static bool isPossiblyExactOpcode(unsigned OpC) {
148 return OpC == Instruction::SDiv ||
149 OpC == Instruction::UDiv ||
150 OpC == Instruction::AShr ||
151 OpC == Instruction::LShr;
169 template<typename SuperClass, unsigned Opc>
173 static inline bool classof(const ConcreteOperator<SuperClass, Opc> *) {
177 return I->getOpcode() == Opc;
180 return CE->getOpcode() == Opc;
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 747 unsigned OpC = MI.getOpcode();
749 switch (OpC) {
803 unsigned OpC = MI.getOpcode();
805 if ((OpC == PPC::DYNAREAOFFSET || OpC == PPC::DYNAREAOFFSET8)) {
812 (OpC == PPC::DYNALLOC || OpC == PPC::DYNALLOC8)) {
818 if (OpC == PPC::SPILL_CR) {
821 } else if (OpC == PPC::RESTORE_CR) {
824 } else if (OpC == PPC::SPILL_CRBIT)
    [all...]
  /frameworks/compile/libbcc/lib/
RSX86TranslateGEPPass.cpp 76 llvm::ConstantInt *OpC = llvm::dyn_cast<llvm::ConstantInt>(GTI.getOperand());
77 if (!OpC) {
84 unsigned EltOffset = SL->getElementOffset(OpC->getZExtValue());
  /external/llvm/include/llvm/IR/
Operator.h 145 static bool isPossiblyExactOpcode(unsigned OpC) {
146 return OpC == Instruction::SDiv ||
147 OpC == Instruction::UDiv ||
148 OpC == Instruction::AShr ||
149 OpC == Instruction::LShr;
318 template<typename SuperClass, unsigned Opc>
322 return I->getOpcode() == Opc;
325 return CE->getOpcode() == Opc;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 146 static bool isPossiblyExactOpcode(unsigned OpC) {
147 return OpC == Instruction::SDiv ||
148 OpC == Instruction::UDiv ||
149 OpC == Instruction::AShr ||
150 OpC == Instruction::LShr;
343 template<typename SuperClass, unsigned Opc>
347 return I->getOpcode() == Opc;
350 return CE->getOpcode() == Opc;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Operator.h 140 static bool isPossiblyExactOpcode(unsigned OpC) {
141 return OpC == Instruction::SDiv ||
142 OpC == Instruction::UDiv ||
143 OpC == Instruction::AShr ||
144 OpC == Instruction::LShr;
344 template<typename SuperClass, unsigned Opc>
348 return I->getOpcode() == Opc;
351 return CE->getOpcode() == Opc;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Operator.h 140 static bool isPossiblyExactOpcode(unsigned OpC) {
141 return OpC == Instruction::SDiv ||
142 OpC == Instruction::UDiv ||
143 OpC == Instruction::AShr ||
144 OpC == Instruction::LShr;
344 template<typename SuperClass, unsigned Opc>
348 return I->getOpcode() == Opc;
351 return CE->getOpcode() == Opc;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Operator.h 140 static bool isPossiblyExactOpcode(unsigned OpC) {
141 return OpC == Instruction::SDiv ||
142 OpC == Instruction::UDiv ||
143 OpC == Instruction::AShr ||
144 OpC == Instruction::LShr;
344 template<typename SuperClass, unsigned Opc>
348 return I->getOpcode() == Opc;
351 return CE->getOpcode() == Opc;

Completed in 820 milliseconds

1 2 3