HomeSort by: relevance | last modified time | path
    Searched refs:allocateRegMask (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackMapLivenessAnalysis.cpp 163 uint32_t *Mask = MF.allocateRegMask();
MachineFunction.cpp 502 uint32_t *MachineFunction::allocateRegMask() {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 893 uint32_t *allocateRegMask();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 272 uint32_t *UpdatedMask = MF.allocateRegMask();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 2519 uint32_t *Mask = MF.allocateRegMask();
2542 uint32_t *Mask = MF.allocateRegMask();
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 4398 RegMask = MF.allocateRegMask();
    [all...]

Completed in 37 milliseconds