Searched defs:getRepRegClassCostFor (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetLowering.h220 /// getRepRegClassCostFor - Return the cost of the 'representative' register
222 virtual uint8_t getRepRegClassCostFor(EVT VT) const { function in class:llvm::TargetLowering
223 assert(VT.isSimple() && "getRepRegClassCostFor called on illegal type!");
/external/llvm/include/llvm/Target/
H A DTargetLowering.h450 virtual uint8_t getRepRegClassCostFor(MVT VT) const { function in class:llvm::TargetLoweringBase

Completed in 101 milliseconds