Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
DReduceRegisterMasks.cpp54 uint32_t *UpdatedMask = MF.allocateRegMask(); in reduceMasksInFunction()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DStackMapLivenessAnalysis.cpp163 uint32_t *Mask = MF.allocateRegMask(); in createRegisterMask()
DMachineFunction.cpp562 uint32_t *MachineFunction::allocateRegMask() { in allocateRegMask() function in MachineFunction
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineFunction.h1040 uint32_t *allocateRegMask();
/openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/
DReducerWorkItem.cpp343 uint32_t *DstMask = DstMF->allocateRegMask(); in cloneMF()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp306 uint32_t *UpdatedMask = MF.allocateRegMask(); in UpdateCustomCallPreservedMask()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2799 uint32_t *Mask = MF.allocateRegMask(); in parseCustomRegisterMaskOperand()
2822 uint32_t *Mask = MF.allocateRegMask(); in parseLiveoutRegisterMaskOperand()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp4889 RegMask = MF.allocateRegMask(); in LowerCall()