HomeSort by relevance Sort by last modified time
    Searched full:regmask (Results 76 - 100 of 113) sorted by null

1 2 34 5

  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 224 // Find all instructions with regmask operands.
    [all...]
MachineCopyPropagation.cpp 284 DEBUG(dbgs() << "MCP: Removing copy due to regmask clobbering: ";
EarlyIfConversion.cpp 231 DEBUG(dbgs() << "Won't speculate regmask: " << *I);
288 // We're ignoring regmask operands. That is conservatively correct.
MIRPrinter.cpp 818 const uint32_t *RegMask = Op.getRegLiveOut();
822 if (RegMask[Reg / 32] & (1U << (Reg % 32))) {
RegAllocPBQP.cpp 572 // Record any overlaps with regmask operands.
584 // vregLI crosses a regmask operand that clobbers preg.
MachineInstr.cpp 48 "print-whole-regmask",
49 cl::desc("Print the full contents of regmask operands in IR dumps"),
419 OS << "<regmask";
766 // RegMask operands go between the explicit and implicit operands.
    [all...]
RegAllocGreedy.cpp     [all...]
ShrinkWrap.cpp 239 // Check if this regmask clobbers any of the CSRs.
PeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMCallingConv.td 216 // Only the resulting RegMask is used; the SaveList is ignored
  /external/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 507 // Remove any registers clobbered by a regmask or any def register that is
714 DEBUG(dbgs() << "Kill (regmask) seen for chain "
  /toolchain/binutils/binutils-2.25/opcodes/
i386-gen.c 319 "RegMask" },
533 BITFIELD (RegMask),
    [all...]
ChangeLog-2013 635 (operand_types): Add RegZMM, RegMask, Vec_Disp8, Zmmword.
658 (i386_operand_type): Add regzmm, regmask, zmmword and vec_disp8
    [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 417 const uint32_t *RegMask = getCallPreservedMask(MF, CC);
418 if (MachineOperand::clobbersPhysReg(RegMask, getBaseRegister()))
X86FrameLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
SelectionDAG.h 512 SDValue getRegisterMask(const uint32_t *RegMask);
    [all...]
  /external/llvm/test/CodeGen/AArch64/
aarch64-a57-fp-load-balancing.ll 254 ; Test that regmask clobbering stops a chain sequence.
  /external/v8/src/profiler/
sampler.cc 91 uint32_t regmask; member in struct:__anon24297
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp     [all...]
  /external/valgrind/VEX/priv/
host_s390_defs.c 9461 UInt regmask = regno << 4; local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 682 // Call Node: Chain, Target, {Args}, RegMask, [Glue]
    [all...]
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 1692 static const i386_operand_type regmask = OPERAND_TYPE_REGMASK; variable
    [all...]
tc-ia64.c     [all...]

Completed in 1501 milliseconds

1 2 34 5