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

  /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/lib/CodeGen/SelectionDAG/
TargetLowering.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/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [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/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 388 milliseconds