Searched refs:LoadRegIndex (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h121 unsigned *LoadRegIndex = 0) const;
H A DAMDGPUInstrInfo.cpp215 unsigned *LoadRegIndex) const {
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h317 /// possible. If LoadRegIndex is non-null, it is filled in with the operand
322 unsigned *LoadRegIndex = 0) const;
H A DX86InstrInfo.cpp4744 unsigned *LoadRegIndex) const {
4755 if (LoadRegIndex)
4756 *LoadRegIndex = I->second.second & TB_INDEX_MASK;
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DMachineLICM.cpp1254 unsigned LoadRegIndex; local
1259 &LoadRegIndex);
1264 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF);
H A DTwoAddressInstructionPass.cpp1185 unsigned LoadRegIndex; local
1190 &LoadRegIndex);
1198 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF));
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h595 /// possible. If LoadRegIndex is non-null, it is filled in with the operand
600 unsigned *LoadRegIndex = 0) const {

Completed in 189 milliseconds