Searched refs:OpFlags (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp104 unsigned OpFlags = MI->getOperand(OpNum - 1).getImm(); local
105 unsigned NumOpRegs = InlineAsm::getNumOperandRegisters(OpFlags);
161 unsigned OpFlags = MI->getOperand(OpNum - 1).getImm(); local
162 unsigned NumOpRegs = InlineAsm::getNumOperandRegisters(OpFlags);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp277 unsigned OpFlags = MI->getOperand(OpNo).getImm(); local
278 OpNo += InlineAsm::getNumOperandRegisters(OpFlags) + 1;
288 unsigned OpFlags = MI->getOperand(OpNo).getImm(); local
291 if (InlineAsm::isMemKind(OpFlags)) {
443 unsigned OpFlags = MI->getOperand(OpNo).getImm(); local
444 OpNo += InlineAsm::getNumOperandRegisters(OpFlags) + 1;
454 unsigned OpFlags = MI->getOperand(OpNo).getImm(); local
470 } else if (InlineAsm::isMemKind(OpFlags)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h224 unsigned GlobalBaseReg, unsigned char OpFlags) {
227 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0);
223 addConstantPoolReference(const MachineInstrBuilder &MIB, unsigned CPI, unsigned GlobalBaseReg, unsigned char OpFlags) argument
H A DX86FastISel.cpp3498 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); local
3502 bool NeedLoad = OpFlags == X86II::MO_DLLIMPORT ||
3503 OpFlags == X86II::MO_GOTPCREL ||
3504 OpFlags == X86II::MO_COFFSTUB;
3513 MIB.addSym(Symbol, OpFlags);
3515 MIB.addGlobalAddress(GV, 0, OpFlags);
H A DX86ISelLowering.h1352 const unsigned char OpFlags = 0) const;
H A DX86ISelLowering.cpp18015 const GlobalValue *GV, const unsigned char OpFlags) const {
18026 if (OpFlags == X86II::MO_GOTPCREL)
18090 unsigned char OpFlags =
18096 SDValue Result = DAG.getTargetBlockAddress(BA, PtrVT, Offset, OpFlags);
18100 if (isGlobalRelativeToPICBase(OpFlags)) {
18127 unsigned char OpFlags;
18129 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod);
18131 OpFlags = Subtarget.classifyGlobalReference(GV, Mod);
18132 bool HasPICReg = isGlobalRelativeToPICBase(OpFlags);
18133 bool NeedsLoad = isGlobalStubReference(OpFlags);
[all...]
/freebsd-11-stable/stand/efi/include/
H A Defipxebc.h321 IN UINT16 OpFlags,
337 IN UINT16 OpFlags,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp272 unsigned OpFlags) const;
1212 MachineInstr &I, const Value *V, unsigned OpFlags) const {
1220 MovZ->getOperand(1).setTargetFlags(OpFlags | AArch64II::MO_G0 |
1790 unsigned OpFlags = STI.ClassifyGlobalReference(GV, TM); local
1791 if (OpFlags & AArch64II::MO_GOT) {
1793 I.getOperand(1).setTargetFlags(OpFlags);
1796 materializeLargeCMVal(I, GV, OpFlags);
1801 I.getOperand(1).setTargetFlags(OpFlags);
1804 I.getOperand(1).setTargetFlags(OpFlags | AArch64II::MO_PAGE);
1807 OpFlags | AArch64I
[all...]
H A DAArch64InstrInfo.cpp1506 unsigned OpFlags = Subtarget.ClassifyGlobalReference(GV, TM); local
1509 if ((OpFlags & AArch64II::MO_GOT) != 0) {
1511 .addGlobalAddress(GV, 0, OpFlags);
1549 .addGlobalAddress(GV, 0, OpFlags);
1552 .addGlobalAddress(GV, 0, OpFlags | AArch64II::MO_PAGE);
1553 unsigned char LoFlags = OpFlags | AArch64II::MO_PAGEOFF | MO_NC;
H A DAArch64FastISel.cpp464 unsigned OpFlags = Subtarget->ClassifyGlobalReference(GV, TM); local
473 if (OpFlags & AArch64II::MO_GOT) {
477 .addGlobalAddress(GV, 0, AArch64II::MO_PAGE | OpFlags);
491 AArch64II::MO_NC | OpFlags);
509 .addGlobalAddress(GV, 0, AArch64II::MO_PAGE | OpFlags);
516 AArch64II::MO_PAGEOFF | AArch64II::MO_NC | OpFlags)
H A DAArch64ISelLowering.cpp4221 unsigned OpFlags = local
4223 if (OpFlags & AArch64II::MO_GOT) {
4224 Callee = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0, OpFlags);
4554 unsigned OpFlags = Subtarget->ClassifyGlobalReference(GV, getTargetMachine()); local
4556 if (OpFlags != AArch64II::MO_NO_FLAG)
4562 if ((OpFlags & AArch64II::MO_GOT) != 0) {
4563 return getGOT(GN, DAG, OpFlags);
4568 Result = getAddrLarge(GN, DAG, OpFlags);
4570 Result = getAddrTiny(GN, DAG, OpFlags);
4572 Result = getAddr(GN, DAG, OpFlags);
[all...]
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h192 // No OpFlags
197 // No OpFlags
202 // No OpFlags
231 /// No OpFlags.
402 /// No OpFlags.
882 PXE_OPFLAGS OpFlags; member in struct:s_pxe_cdb
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2316 unsigned OpFlags = RISCVII::MO_CALL; local
2318 OpFlags = RISCVII::MO_PLT;
2320 Callee = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0, OpFlags);
2322 unsigned OpFlags = RISCVII::MO_CALL; local
2326 OpFlags = RISCVII::MO_PLT;
2328 Callee = DAG.getTargetExternalSymbol(S->getSymbol(), PtrVT, OpFlags);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp348 unsigned OpFlags = MI->getOperand(OpNum).getImm(); local
349 OpNum += InlineAsm::getNumOperandRegisters(OpFlags) + 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8272 unsigned OpFlags = InlineAsm::getFlagWord(InlineAsm::Kind_Mem, 1); local
8273 OpFlags = InlineAsm::getFlagWordForMem(OpFlags, ConstraintID);
8274 AsmNodeOperands.push_back(DAG.getTargetConstant(OpFlags, getCurSDLoc(),

Completed in 448 milliseconds