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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantPoolValue.cpp 172 ARMConstantPoolValue *CPV =
174 ARMConstantPoolConstant *APC = dyn_cast<ARMConstantPoolConstant>(CPV);
237 ARMConstantPoolValue *CPV =
239 ARMConstantPoolSymbol *APS = dyn_cast<ARMConstantPoolSymbol>(CPV);
293 ARMConstantPoolValue *CPV =
295 ARMConstantPoolMBB *APMBB = dyn_cast<ARMConstantPoolMBB>(CPV);
ARMFastISel.cpp 601 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id,
604 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 77 ARMConstantPoolValue *CPV =
79 if (Derived *APC = dyn_cast<Derived>(CPV))
ARMExpandPseudoInsts.cpp     [all...]
ARMFastISel.cpp 589 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id,
592 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp 213 void printConstant(Constant *CPV, bool Static);
214 void printConstantWithCast(Constant *CPV, unsigned Opcode);
751 void CWriter::printConstant(Constant *CPV, bool Static) {
752 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(CPV)) {
769 CE->getOperand(0)->getType() == Type::getInt1Ty(CPV->getContext())) {
774 if (CE->getType() == Type::getInt1Ty(CPV->getContext()) &&
787 printGEPExpression(CE->getOperand(0), gep_type_begin(CPV),
788 gep_type_end(CPV), Static);
909 } else if (isa<UndefValue>(CPV) && CPV->getType()->isSingleValueType())
    [all...]

Completed in 388 milliseconds