Searched refs:CallOperandIsFixed (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h91 SmallVector<bool, 4> CallOperandIsFixed; member in class:llvm::MipsCCState
109 CallOperandIsFixed.clear();
204 bool IsCallOperandFixed(unsigned ValNo) { return CallOperandIsFixed[ValNo]; }
H A DMipsCCState.cpp138 CallOperandIsFixed.push_back(IsFixed);
153 CallOperandIsFixed.push_back(Outs[i].IsFixed);

Completed in 66 milliseconds