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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 209 /// getRepRegClassFor - Return the 'representative' register class for the
214 virtual const TargetRegisterClass *getRepRegClassFor(EVT VT) const {
215 assert(VT.isSimple() && "getRepRegClassFor called on illegal type!");
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 443 virtual const TargetRegisterClass *getRepRegClassFor(MVT VT) const {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 237 MipsSETargetLowering::getRepRegClassFor(MVT VT) const {
241 return TargetLowering::getRepRegClassFor(VT);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 568 virtual const TargetRegisterClass *getRepRegClassFor(MVT VT) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 568 virtual const TargetRegisterClass *getRepRegClassFor(MVT VT) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 568 virtual const TargetRegisterClass *getRepRegClassFor(MVT VT) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 568 virtual const TargetRegisterClass *getRepRegClassFor(MVT VT) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 568 virtual const TargetRegisterClass *getRepRegClassFor(MVT VT) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 568 virtual const TargetRegisterClass *getRepRegClassFor(MVT VT) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 568 virtual const TargetRegisterClass *getRepRegClassFor(MVT VT) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 568 virtual const TargetRegisterClass *getRepRegClassFor(MVT VT) const {
    [all...]

Completed in 876 milliseconds