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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.h 125 const std::vector<MVT::SimpleValueType> &getValueTypes() const {return VTs;}
CodeGenRegisters.cpp 823 if (RC.getValueTypes() != FoundRC->getValueTypes())
CodeGenTarget.cpp 191 const std::vector<MVT::SimpleValueType> &InVTs = RC.getValueTypes();
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 321 ArrayRef<MVT::SimpleValueType> getValueTypes() const {return VTs;}
CodeGenTarget.cpp 248 ArrayRef<MVT::SimpleValueType> InVTs = RC.getValueTypes();
CodeGenRegisters.cpp     [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.h 131 virtual std::vector<SPIRVType *> getValueTypes(const std::vector<SPIRVId>&)
SPIRVEntry.cpp 216 SPIRVEntry::getValueTypes(const std::vector<SPIRVId>& IdVec)const {
SPIRVModule.cpp 103 virtual std::vector<SPIRVType *> getValueTypes(const std::vector<SPIRVId>&)
    [all...]
SPIRVEntry.h 240 std::vector<SPIRVType *> getValueTypes(const std::vector<SPIRVId>&)const;
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp     [all...]

Completed in 576 milliseconds