Home
last modified time | relevance | path

Searched refs:allocateRegMask (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackMapLivenessAnalysis.cpp163 uint32_t *Mask = MF.allocateRegMask(); in createRegisterMask()
DMachineFunction.cpp489 uint32_t *MachineFunction::allocateRegMask() { in allocateRegMask() function in MachineFunction
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFunction.h712 uint32_t *allocateRegMask();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1965 uint32_t *Mask = MF.allocateRegMask(); in parseCustomRegisterMaskOperand()
1988 uint32_t *Mask = MF.allocateRegMask(); in parseLiveoutRegisterMaskOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp3914 RegMask = MF.allocateRegMask(); in LowerCall()