Home
last modified time | relevance | path

Searched refs:OpFlags (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp121 const InlineAsm::Flag OpFlags(MI->getOperand(OpNum - 1).getImm()); in PrintAsmOperand() local
122 const unsigned NumOpRegs = OpFlags.getNumOperandRegisters(); in PrintAsmOperand()
179 const InlineAsm::Flag OpFlags(MI->getOperand(OpNum - 1).getImm()); in PrintAsmMemoryOperand() local
180 const unsigned NumOpRegs = OpFlags.getNumOperandRegisters(); in PrintAsmMemoryOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp449 const unsigned OpFlags = in lowerInlineAsm() local
451 Inst.addImm(OpFlags); in lowerInlineAsm()
468 InlineAsm::Flag OpFlags(InlineAsm::Kind::Mem, 1); in lowerInlineAsm() local
469 OpFlags.setMemConstraint(ConstraintID); in lowerInlineAsm()
470 Inst.addImm(OpFlags); in lowerInlineAsm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h224 unsigned GlobalBaseReg, unsigned char OpFlags) { in addConstantPoolReference() argument
227 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0); in addConstantPoolReference()
H A DX86FastISel.cpp3527 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall() local
3528 if (OpFlags == X86II::MO_PLT && !Is64Bit && in fastLowerCall()
3531 OpFlags = X86II::MO_NO_FLAG; in fastLowerCall()
3535 bool NeedLoad = OpFlags == X86II::MO_DLLIMPORT || in fastLowerCall()
3536 OpFlags == X86II::MO_GOTPCREL || in fastLowerCall()
3537 OpFlags == X86II::MO_GOTPCREL_NORELAX || in fastLowerCall()
3538 OpFlags == X86II::MO_COFFSTUB; in fastLowerCall()
3547 MIB.addSym(Symbol, OpFlags); in fastLowerCall()
3549 MIB.addGlobalAddress(GV, 0, OpFlags); in fastLowerCall()
H A DX86ISelLowering.h1644 const unsigned char OpFlags) const;
H A DX86ISelLowering.cpp18337 const GlobalValue *GV, const unsigned char OpFlags) const { in getGlobalWrapperKind()
18344 (OpFlags == X86II::MO_NO_FLAG || OpFlags == X86II::MO_COFFSTUB || in getGlobalWrapperKind()
18345 OpFlags == X86II::MO_DLLIMPORT)) in getGlobalWrapperKind()
18349 if (OpFlags == X86II::MO_GOTPCREL || OpFlags == X86II::MO_GOTPCREL_NORELAX) in getGlobalWrapperKind()
18415 unsigned char OpFlags = in LowerBlockAddress() local
18426 if (isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress()
18453 unsigned char OpFlags; in LowerGlobalOrExternal() local
18457 OpFlags = Subtarget.classifyGlobalReference(GV, Mod); in LowerGlobalOrExternal()
18458 bool HasPICReg = isGlobalRelativeToPICBase(OpFlags); in LowerGlobalOrExternal()
18459 bool NeedsLoad = isGlobalStubReference(OpFlags); in LowerGlobalOrExternal()
[all …]
/freebsd-14.2/stand/efi/include/
H A Defipxebc.h320 IN UINT16 OpFlags,
336 IN UINT16 OpFlags,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp792 if (OpFlags == M68kII::MO_GOTPCREL) { in LowerCall()
806 unsigned char OpFlags = in LowerCall() local
810 S->getSymbol(), getPointerTy(DAG.getDataLayout()), OpFlags); in LowerCall()
2727 if (M68kII::isPCRelBlockReference(OpFlags)) { in LowerBlockAddress()
2734 if (M68kII::isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress()
2746 unsigned char OpFlags = Subtarget.classifyGlobalReference(GV); in LowerGlobalAddress() local
2752 if (M68kII::isDirectGlobalReference(OpFlags)) { in LowerGlobalAddress()
2756 Result = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0, OpFlags); in LowerGlobalAddress()
2759 if (M68kII::isPCRelGlobalReference(OpFlags)) in LowerGlobalAddress()
2765 if (M68kII::isGlobalRelativeToPICBase(OpFlags)) { in LowerGlobalAddress()
[all …]
/freebsd-14.2/tools/tools/ath/athprom/
H A Deeprom-1413 | OpFlags: [$opCapFlags] 11A 1, 11G 1 |
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1324 unsigned OpFlags = ST->ClassifyGlobalReference(GV, TM); in legalizeSmallCMGlobalValue() local
1326 if (OpFlags & AArch64II::MO_GOT) in legalizeSmallCMGlobalValue()
1332 .addGlobalAddress(GV, Offset, OpFlags | AArch64II::MO_PAGE); in legalizeSmallCMGlobalValue()
1349 if (OpFlags & AArch64II::MO_TAGGED) { in legalizeSmallCMGlobalValue()
1361 OpFlags | AArch64II::MO_PAGEOFF | AArch64II::MO_NC); in legalizeSmallCMGlobalValue()
H A DAArch64InstructionSelector.cpp493 void materializeLargeCMVal(MachineInstr &I, const Value *V, unsigned OpFlags);
2020 MachineInstr &I, const Value *V, unsigned OpFlags) { in materializeLargeCMVal() argument
2027 MovZ->getOperand(1).setTargetFlags(OpFlags | AArch64II::MO_G0 | in materializeLargeCMVal()
2848 unsigned OpFlags = STI.ClassifyGlobalReference(GV, TM); in select() local
2849 if (OpFlags & AArch64II::MO_GOT) { in select()
2851 I.getOperand(1).setTargetFlags(OpFlags); in select()
2855 materializeLargeCMVal(I, GV, OpFlags); in select()
2860 I.getOperand(1).setTargetFlags(OpFlags); in select()
2863 I.getOperand(1).setTargetFlags(OpFlags | AArch64II::MO_PAGE); in select()
7326 unsigned OpFlags = STI.ClassifyGlobalReference(GV, MF.getTarget()); in tryFoldAddLowIntoImm() local
[all …]
/freebsd-14.2/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h876 PXE_OPFLAGS OpFlags; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp455 unsigned OpFlags = Subtarget->ClassifyGlobalReference(GV, TM); in materializeGV() local
464 if (OpFlags & AArch64II::MO_GOT) { in materializeGV()
468 .addGlobalAddress(GV, 0, AArch64II::MO_PAGE | OpFlags); in materializeGV()
482 AArch64II::MO_NC | OpFlags); in materializeGV()
500 .addGlobalAddress(GV, 0, AArch64II::MO_PAGE | OpFlags); in materializeGV()
502 if (OpFlags & AArch64II::MO_TAGGED) { in materializeGV()
531 AArch64II::MO_PAGEOFF | AArch64II::MO_NC | OpFlags) in materializeGV()
H A DAArch64InstrInfo.cpp2045 unsigned OpFlags = Subtarget.ClassifyGlobalReference(GV, TM); in expandPostRAPseudo() local
2048 if ((OpFlags & AArch64II::MO_GOT) != 0) { in expandPostRAPseudo()
2050 .addGlobalAddress(GV, 0, OpFlags); in expandPostRAPseudo()
2088 .addGlobalAddress(GV, 0, OpFlags); in expandPostRAPseudo()
2091 .addGlobalAddress(GV, 0, OpFlags | AArch64II::MO_PAGE); in expandPostRAPseudo()
2092 unsigned char LoFlags = OpFlags | AArch64II::MO_PAGEOFF | MO_NC; in expandPostRAPseudo()
H A DAArch64ISelLowering.cpp8026 unsigned OpFlags = in LowerCall() local
8028 if (OpFlags & AArch64II::MO_GOT) { in LowerCall()
8029 Callee = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0, OpFlags); in LowerCall()
8033 Callee = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0, OpFlags); in LowerCall()
8473 if (OpFlags != AArch64II::MO_NO_FLAG) in LowerGlobalAddress()
8479 if ((OpFlags & AArch64II::MO_GOT) != 0) { in LowerGlobalAddress()
8480 return getGOT(GN, DAG, OpFlags); in LowerGlobalAddress()
8486 Result = getAddrLarge(GN, DAG, OpFlags); in LowerGlobalAddress()
8488 Result = getAddrTiny(GN, DAG, OpFlags); in LowerGlobalAddress()
8490 Result = getAddr(GN, DAG, OpFlags); in LowerGlobalAddress()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp372 unsigned OpFlags = MI->getOperand(OpNum).getImm(); in PrintAsmOperand() local
373 const InlineAsm::Flag F(OpFlags); in PrintAsmOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4231 unsigned OpFlags = in LowerCall() local
4235 Callee = DAG.getTargetGlobalAddress(S->getGlobal(), DL, PtrVT, 0, OpFlags); in LowerCall()
4237 unsigned OpFlags = getTargetMachine().shouldAssumeDSOLocal( in LowerCall() local
4241 Callee = DAG.getTargetExternalSymbol(S->getSymbol(), PtrVT, OpFlags); in LowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9465 InlineAsm::Flag OpFlags(InlineAsm::Kind::Mem, 1); in visitInlineAsm() local
9466 OpFlags.setMemConstraint(ConstraintID); in visitInlineAsm()
9467 AsmNodeOperands.push_back(DAG.getTargetConstant(OpFlags, getCurSDLoc(), in visitInlineAsm()