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

  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.h 51 const TargetRegisterClass *getRepRegClassFor(MVT VT) const override;
MipsSEISelLowering.cpp 237 MipsSETargetLowering::getRepRegClassFor(MVT VT) const {
241 return TargetLowering::getRepRegClassFor(VT);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 314 RegClass = TLI->getRepRegClassFor(VT)->getID();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 312 RegClass = TLI->getRepRegClassFor(VT)->getID();
    [all...]
  /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/swiftshader/third_party/LLVM/lib/CodeGen/
MachineLICM.cpp 677 RCId = TLI->getRepRegClassFor(VT)->getID();
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 443 virtual const TargetRegisterClass *getRepRegClassFor(MVT VT) const {
    [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 211 milliseconds