Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsCCState.h77 SmallVector<bool, 4> CallOperandIsFixed; variable
99 CallOperandIsFixed.clear(); in AnalyzeCallOperands()
162 bool IsCallOperandFixed(unsigned ValNo) { return CallOperandIsFixed[ValNo]; } in IsCallOperandFixed()
H A DMipsCCState.cpp142 CallOperandIsFixed.push_back(Outs[i].IsFixed); in PreAnalyzeCallOperands()