HomeSort by relevance Sort by last modified time
    Searched refs:getEVTString (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 79 << EVT(ArgVT).getEVTString();
111 << EVT(VT).getEVTString();
129 << EVT(ArgVT).getEVTString();
148 << EVT(ArgVT).getEVTString();
165 << EVT(VT).getEVTString() << "\n";
178 << EVT(VT).getEVTString();
  /external/llvm/lib/VMCore/
Function.cpp 351 EVT::getEVT(PTyp->getElementType()).getEVTString();
354 Result += "." + EVT::getEVT(Tys[i]).getEVTString();
ValueTypes.cpp 94 /// getEVTString - This function returns value type as a string, e.g. "i32".
95 std::string EVT::getEVTString() const {
100 getVectorElementType().getEVTString();
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 50 return ((const SDNode *) Node)->getValueType(i).getEVTString();
SelectionDAG.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 656 /// getEVTString - This function returns value type as a string,
658 std::string getEVTString() const;
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 364 << EVT(VA.getLocVT()).getEVTString()
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 523 milliseconds