Home
last modified time | relevance | path

Searched defs:isInReg (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetCallingConv.h56 bool isInReg() const { return Flags & InReg; } in isInReg() function
DTargetLowering.h1213 bool isInReg : 1; member
/external/llvm/include/llvm/Target/
DTargetCallingConv.h76 bool isInReg() const { return Flags & InReg; } in isInReg() function
DTargetLowering.h2466 bool isInReg : 1; member
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5601 void MarkAllocatedRegs(bool isOutReg, bool isInReg, in MarkAllocatedRegs()
5700 bool isInReg = false; in GetRegistersForValue() local