/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRAsmPrinter.cpp | 122 const InlineAsm::Flag OpFlags(MI->getOperand(OpNum - 1).getImm()); in PrintAsmOperand() local 123 const unsigned NumOpRegs = OpFlags.getNumOperandRegisters(); in PrintAsmOperand() 180 const InlineAsm::Flag OpFlags(MI->getOperand(OpNum - 1).getImm()); in PrintAsmMemoryOperand() local 181 const unsigned NumOpRegs = OpFlags.getNumOperandRegisters(); in PrintAsmMemoryOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 449 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/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrBuilder.h | 224 unsigned GlobalBaseReg, unsigned char OpFlags) { in addConstantPoolReference() argument 227 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0); in addConstantPoolReference()
|
H A D | X86FastISel.cpp | 3529 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall() local 3530 if (OpFlags == X86II::MO_PLT && !Is64Bit && in fastLowerCall() 3533 OpFlags = X86II::MO_NO_FLAG; in fastLowerCall() 3537 bool NeedLoad = OpFlags == X86II::MO_DLLIMPORT || in fastLowerCall() 3538 OpFlags == X86II::MO_GOTPCREL || in fastLowerCall() 3539 OpFlags == X86II::MO_GOTPCREL_NORELAX || in fastLowerCall() 3540 OpFlags == X86II::MO_COFFSTUB; in fastLowerCall() 3549 MIB.addSym(Symbol, OpFlags); in fastLowerCall() 3551 MIB.addGlobalAddress(GV, 0, OpFlags); in fastLowerCall()
|
H A D | X86ISelLowering.h | 1656 const unsigned char OpFlags) const;
|
H A D | X86ISelLowering.cpp | 18484 const GlobalValue *GV, const unsigned char OpFlags) const { in getGlobalWrapperKind() 18491 (OpFlags == X86II::MO_NO_FLAG || OpFlags == X86II::MO_COFFSTUB || in getGlobalWrapperKind() 18492 OpFlags == X86II::MO_DLLIMPORT)) in getGlobalWrapperKind() 18496 if (OpFlags == X86II::MO_GOTPCREL || OpFlags == X86II::MO_GOTPCREL_NORELAX) in getGlobalWrapperKind() 18562 unsigned char OpFlags = in LowerBlockAddress() local 18568 SDValue Result = DAG.getTargetBlockAddress(BA, PtrVT, Offset, OpFlags); in LowerBlockAddress() 18570 DAG.getNode(getGlobalWrapperKind(nullptr, OpFlags), dl, PtrVT, Result); in LowerBlockAddress() 18573 if (isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress() 18600 unsigned char OpFlags; in LowerGlobalOrExternal() local 18602 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod); in LowerGlobalOrExternal() [all …]
|
/freebsd/stand/efi/include/ |
H A D | efipxebc.h | 320 IN UINT16 OpFlags, 336 IN UINT16 OpFlags,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 787 unsigned char OpFlags = Subtarget.classifyGlobalFunctionReference(GV); in LowerCall() local 790 GV, DL, getPointerTy(DAG.getDataLayout()), G->getOffset(), OpFlags); in LowerCall() 792 if (OpFlags == M68kII::MO_GOTPCREL) { in LowerCall() 806 unsigned char OpFlags = in LowerCall() local 810 S->getSymbol(), getPointerTy(DAG.getDataLayout()), OpFlags); in LowerCall() 2719 unsigned char OpFlags = Subtarget.classifyBlockAddressReference(); in LowerBlockAddress() local 2726 SDValue Result = DAG.getTargetBlockAddress(BA, PtrVT, Offset, OpFlags); in LowerBlockAddress() 2728 if (M68kII::isPCRelBlockReference(OpFlags)) { in LowerBlockAddress() 2735 if (M68kII::isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress() 2747 unsigned char OpFlags = Subtarget.classifyGlobalReference(GV); in LowerGlobalAddress() local [all …]
|
/freebsd/tools/tools/ath/athprom/ |
H A D | eeprom-14 | 13 | OpFlags: [$opCapFlags] 11A 1, 11G 1 |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 502 void materializeLargeCMVal(MachineInstr &I, const Value *V, unsigned OpFlags); 2036 MachineInstr &I, const Value *V, unsigned OpFlags) { in materializeLargeCMVal() argument 2043 MovZ->getOperand(1).setTargetFlags(OpFlags | AArch64II::MO_G0 | in materializeLargeCMVal() 2834 unsigned OpFlags; in select() local 2836 OpFlags = I.getOperand(1).getTargetFlags(); in select() 2838 assert(OpFlags == AArch64II::MO_GOT); in select() 2843 OpFlags = STI.ClassifyGlobalReference(GV, TM); in select() 2846 if (OpFlags & AArch64II::MO_GOT) { in select() 2848 I.getOperand(1).setTargetFlags(OpFlags); in select() 2852 materializeLargeCMVal(I, GV, OpFlags); in select() [all …]
|
H A D | AArch64LegalizerInfo.cpp | 1469 unsigned OpFlags = ST->ClassifyGlobalReference(GV, TM); in legalizeSmallCMGlobalValue() local 1471 if (OpFlags & AArch64II::MO_GOT) in legalizeSmallCMGlobalValue() 1477 .addGlobalAddress(GV, Offset, OpFlags | AArch64II::MO_PAGE); in legalizeSmallCMGlobalValue() 1494 if (OpFlags & AArch64II::MO_TAGGED) { in legalizeSmallCMGlobalValue() 1506 OpFlags | AArch64II::MO_PAGEOFF | AArch64II::MO_NC); in legalizeSmallCMGlobalValue()
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiPxe.h | 876 PXE_OPFLAGS OpFlags; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 456 unsigned OpFlags = Subtarget->ClassifyGlobalReference(GV, TM); in materializeGV() local 465 if (OpFlags & AArch64II::MO_GOT) { in materializeGV() 469 .addGlobalAddress(GV, 0, AArch64II::MO_PAGE | OpFlags); in materializeGV() 483 AArch64II::MO_NC | OpFlags); in materializeGV() 501 .addGlobalAddress(GV, 0, AArch64II::MO_PAGE | OpFlags); in materializeGV() 503 if (OpFlags & AArch64II::MO_TAGGED) { in materializeGV() 532 AArch64II::MO_PAGEOFF | AArch64II::MO_NC | OpFlags) in materializeGV()
|
H A D | AArch64InstrInfo.cpp | 2066 unsigned OpFlags = Subtarget.ClassifyGlobalReference(GV, TM); in expandPostRAPseudo() local 2069 if ((OpFlags & AArch64II::MO_GOT) != 0) { in expandPostRAPseudo() 2071 .addGlobalAddress(GV, 0, OpFlags); in expandPostRAPseudo() 2109 .addGlobalAddress(GV, 0, OpFlags); in expandPostRAPseudo() 2112 .addGlobalAddress(GV, 0, OpFlags | AArch64II::MO_PAGE); in expandPostRAPseudo() 2113 unsigned char LoFlags = OpFlags | AArch64II::MO_PAGEOFF | MO_NC; in expandPostRAPseudo()
|
H A D | AArch64ISelLowering.cpp | 8760 unsigned OpFlags = in LowerCall() local 8762 if (OpFlags & AArch64II::MO_GOT) { in LowerCall() 8763 Callee = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0, OpFlags); in LowerCall() 8767 Callee = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0, OpFlags); in LowerCall() 9249 unsigned OpFlags = Subtarget->ClassifyGlobalReference(GV, getTargetMachine()); in LowerGlobalAddress() local 9251 if (OpFlags != AArch64II::MO_NO_FLAG) in LowerGlobalAddress() 9257 if ((OpFlags & AArch64II::MO_GOT) != 0) { in LowerGlobalAddress() 9258 return getGOT(GN, DAG, OpFlags); in LowerGlobalAddress() 9264 Result = getAddrLarge(GN, DAG, OpFlags); in LowerGlobalAddress() 9266 Result = getAddrTiny(GN, DAG, OpFlags); in LowerGlobalAddress() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 372 unsigned OpFlags = MI->getOperand(OpNum).getImm(); in PrintAsmOperand() local 373 const InlineAsm::Flag F(OpFlags); in PrintAsmOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 5428 unsigned OpFlags = getTargetMachine().shouldAssumeDSOLocal(GV) in LowerCall() local 5431 Callee = DAG.getTargetGlobalAddress(S->getGlobal(), DL, PtrVT, 0, OpFlags); in LowerCall() 5433 unsigned OpFlags = getTargetMachine().shouldAssumeDSOLocal(nullptr) in LowerCall() local 5436 Callee = DAG.getTargetExternalSymbol(S->getSymbol(), PtrVT, OpFlags); in LowerCall()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 9983 InlineAsm::Flag OpFlags(InlineAsm::Kind::Mem, 1); in visitInlineAsm() local 9984 OpFlags.setMemConstraint(ConstraintID); in visitInlineAsm() 9985 AsmNodeOperands.push_back(DAG.getTargetConstant(OpFlags, getCurSDLoc(), in visitInlineAsm()
|