/external/llvm/include/llvm/CodeGen/ |
MachineSSAUpdater.h | 46 /// VRC - Register class of the current virtual register. 47 const TargetRegisterClass *VRC;
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
MachineSSAUpdater.h | 45 /// VRC - Register class of the current virtual register. 46 const TargetRegisterClass *VRC;
|
/external/llvm/lib/CodeGen/ |
MachineSSAUpdater.cpp | 58 VRC = MRI->getRegClass(VR); 152 VRC, MRI, TII); 188 Loc, VRC, MRI, TII); 289 Updater->VRC, Updater->MRI, 300 Updater->VRC, Updater->MRI,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
MachineSSAUpdater.cpp | 57 VRC = MRI->getRegClass(VR); 151 VRC, MRI, TII); 187 Loc, VRC, MRI, TII); 305 Updater->VRC, Updater->MRI, 316 Updater->VRC, Updater->MRI,
|
/external/llvm/lib/Target/AMDGPU/ |
SIRegisterInfo.h | 127 const TargetRegisterClass *VRC) const;
|
SIInstrInfo.cpp | [all...] |
SIRegisterInfo.cpp | 750 const TargetRegisterClass *VRC) const { 751 switch (VRC->getSize()) { [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
InstrEmitter.cpp | 402 const TargetRegisterClass *VRC = MRI->getRegClass(VReg); 403 const TargetRegisterClass *RC = TRI->getSubClassWithSubReg(VRC, SubIdx); 405 // RC is a sub-class of VRC that supports SubIdx. Try to constrain VReg 407 if (RC && RC != VRC) [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
InstrEmitter.cpp | 446 const TargetRegisterClass *VRC = MRI->getRegClass(VReg); 447 const TargetRegisterClass *RC = TRI->getSubClassWithSubReg(VRC, SubIdx); 449 // RC is a sub-class of VRC that supports SubIdx. Try to constrain VReg 451 if (RC && RC != VRC) [all...] |
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
tables.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
tables.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
asm9.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
asm9.go | [all...] |