HomeSort by relevance Sort by last modified time
    Searched refs:OpFlags (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 176 unsigned GlobalBaseReg, unsigned char OpFlags) {
179 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0);
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 327 unsigned OpFlags = MI->getOperand(OpNo).getImm();
328 OpNo += InlineAsm::getNumOperandRegisters(OpFlags) + 1;
334 unsigned OpFlags = MI->getOperand(OpNo).getImm();
342 if (InlineAsm::isMemKind(OpFlags)) {
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 739 unsigned char OpFlags = 0;
741 OpFlags = SystemZII::MO_GOTENT;
743 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), 0, OpFlags);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 210 milliseconds