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 328 unsigned OpFlags = MI->getOperand(OpNo).getImm();
329 OpNo += InlineAsm::getNumOperandRegisters(OpFlags) + 1;
335 unsigned OpFlags = MI->getOperand(OpNo).getImm();
343 if (InlineAsm::isMemKind(OpFlags)) {
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 740 unsigned char OpFlags = 0;
742 OpFlags = SystemZII::MO_GOTENT;
744 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 322 milliseconds