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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 292 Flags = MachineInstr::copyFlagsFromInstruction(I);
306 Flags = MachineInstr::copyFlagsFromInstruction(I);
336 MachineInstr::copyFlagsFromInstruction(*CI));
1417 Flags = MachineInstr::copyFlagsFromInstruction(*SI);
1767 MachineInstr::copyFlagsFromInstruction(CI));
1801 unsigned Flags = MachineInstr::copyFlagsFromInstruction(FPI);
1997 MachineInstr::copyFlagsFromInstruction(CI));
2001 Ty, Op0, Op1, MachineInstr::copyFlagsFromInstruction(CI));
2003 MachineInstr::copyFlagsFromInstruction(CI));
2011 MachineInstr::copyFlagsFromInstruction(CI))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h 1809 static uint16_t copyFlagsFromInstruction(const Instruction &I);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 534 uint16_t MachineInstr::copyFlagsFromInstruction(const Instruction &I) {
573 Flags = copyFlagsFromInstruction(I);

Completed in 57 milliseconds