Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp129 const InlineAsm::Flag OpFlags(MI->getOperand(OpNum - 1).getImm()); in PrintAsmOperand() local
130 const unsigned NumOpRegs = OpFlags.getNumOperandRegisters(); in PrintAsmOperand()
187 const InlineAsm::Flag OpFlags(MI->getOperand(OpNum - 1).getImm()); in PrintAsmMemoryOperand() local
188 const unsigned NumOpRegs = OpFlags.getNumOperandRegisters(); in PrintAsmMemoryOperand()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h221 Register GlobalBaseReg, unsigned char OpFlags) { in addConstantPoolReference() argument
224 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0); in addConstantPoolReference()
H A DX86FastISel.cpp3570 unsigned char OpFlags = Subtarget->classifyGlobalFunctionReference(GV); in fastLowerCall() local
3571 if (OpFlags == X86II::MO_PLT && !Is64Bit && in fastLowerCall()
3574 OpFlags = X86II::MO_NO_FLAG; in fastLowerCall()
3578 bool NeedLoad = OpFlags == X86II::MO_DLLIMPORT || in fastLowerCall()
3579 OpFlags == X86II::MO_GOTPCREL || in fastLowerCall()
3580 OpFlags == X86II::MO_GOTPCREL_NORELAX || in fastLowerCall()
3581 OpFlags == X86II::MO_COFFSTUB; in fastLowerCall()
3590 MIB.addSym(Symbol, OpFlags); in fastLowerCall()
3592 MIB.addGlobalAddress(GV, 0, OpFlags); in fastLowerCall()
H A DX86ISelLowering.h1747 const unsigned char OpFlags) const;
H A DX86ISelLowering.cpp19167 const GlobalValue *GV, const unsigned char OpFlags) const { in getGlobalWrapperKind()
19174 (OpFlags == X86II::MO_NO_FLAG || OpFlags == X86II::MO_COFFSTUB || in getGlobalWrapperKind()
19175 OpFlags == X86II::MO_DLLIMPORT)) in getGlobalWrapperKind()
19179 if (OpFlags == X86II::MO_GOTPCREL || OpFlags == X86II::MO_GOTPCREL_NORELAX) in getGlobalWrapperKind()
19245 unsigned char OpFlags = in LowerBlockAddress() local
19251 SDValue Result = DAG.getTargetBlockAddress(BA, PtrVT, Offset, OpFlags); in LowerBlockAddress()
19253 DAG.getNode(getGlobalWrapperKind(nullptr, OpFlags), dl, PtrVT, Result); in LowerBlockAddress()
19256 if (isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress()
19284 unsigned char OpFlags; in LowerGlobalOrExternal() local
19286 OpFlags = Subtarget.classifyGlobalFunctionReference(GV, Mod); in LowerGlobalOrExternal()
[all …]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DPxeBaseCode.h624 IN UINT16 OpFlags,
678 IN UINT16 OpFlags,
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp789 unsigned char OpFlags = Subtarget.classifyGlobalFunctionReference(GV); in LowerCall() local
792 GV, DL, getPointerTy(DAG.getDataLayout()), G->getOffset(), OpFlags); in LowerCall()
794 if (OpFlags == M68kII::MO_GOTPCREL) { in LowerCall()
808 unsigned char OpFlags = in LowerCall() local
812 S->getSymbol(), getPointerTy(DAG.getDataLayout()), OpFlags); in LowerCall()
2720 unsigned char OpFlags = Subtarget.classifyBlockAddressReference(); in LowerBlockAddress() local
2727 SDValue Result = DAG.getTargetBlockAddress(BA, PtrVT, Offset, OpFlags); in LowerBlockAddress()
2729 if (M68kII::isPCRelBlockReference(OpFlags)) { in LowerBlockAddress()
2736 if (M68kII::isGlobalRelativeToPICBase(OpFlags)) { in LowerBlockAddress()
2748 unsigned char OpFlags = Subtarget.classifyGlobalReference(GV); in LowerGlobalAddress() local
[all …]
/freebsd/tools/tools/ath/athprom/
H A Deeprom-1413 | OpFlags: [$opCapFlags] 11A 1, 11G 1 |
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp502 void materializeLargeCMVal(MachineInstr &I, const Value *V, unsigned OpFlags);
2143 MachineInstr &I, const Value *V, unsigned OpFlags) { in materializeLargeCMVal() argument
2150 MovZ->getOperand(1).setTargetFlags(OpFlags | AArch64II::MO_G0 | in materializeLargeCMVal()
2963 unsigned OpFlags; in select() local
2965 OpFlags = I.getOperand(1).getTargetFlags(); in select()
2967 assert(OpFlags == AArch64II::MO_GOT); in select()
2976 OpFlags = STI.ClassifyGlobalReference(GV, TM); in select()
2979 if (OpFlags & AArch64II::MO_GOT) { in select()
2983 I.getOperand(1).setTargetFlags(OpFlags); in select()
2987 materializeLargeCMVal(I, GV, OpFlags); in select()
[all …]
H A DAArch64LegalizerInfo.cpp1596 unsigned OpFlags = ST->ClassifyGlobalReference(GV, TM); in legalizeSmallCMGlobalValue() local
1598 if (OpFlags & AArch64II::MO_GOT) in legalizeSmallCMGlobalValue()
1604 .addGlobalAddress(GV, Offset, OpFlags | AArch64II::MO_PAGE); in legalizeSmallCMGlobalValue()
1621 if (OpFlags & AArch64II::MO_TAGGED) { in legalizeSmallCMGlobalValue()
1633 OpFlags | AArch64II::MO_PAGEOFF | AArch64II::MO_NC); in legalizeSmallCMGlobalValue()
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h875 PXE_OPFLAGS OpFlags; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp451 unsigned OpFlags = Subtarget->ClassifyGlobalReference(GV, TM); in materializeGV() local
460 if (OpFlags & AArch64II::MO_GOT) { in materializeGV()
464 .addGlobalAddress(GV, 0, AArch64II::MO_PAGE | OpFlags); in materializeGV()
478 AArch64II::MO_NC | OpFlags); in materializeGV()
496 .addGlobalAddress(GV, 0, AArch64II::MO_PAGE | OpFlags); in materializeGV()
498 if (OpFlags & AArch64II::MO_TAGGED) { in materializeGV()
527 AArch64II::MO_PAGEOFF | AArch64II::MO_NC | OpFlags) in materializeGV()
H A DAArch64InstrInfo.cpp2189 unsigned OpFlags = Subtarget.ClassifyGlobalReference(GV, TM); in expandPostRAPseudo() local
2192 if ((OpFlags & AArch64II::MO_GOT) != 0) { in expandPostRAPseudo()
2194 .addGlobalAddress(GV, 0, OpFlags); in expandPostRAPseudo()
2232 .addGlobalAddress(GV, 0, OpFlags); in expandPostRAPseudo()
2235 .addGlobalAddress(GV, 0, OpFlags | AArch64II::MO_PAGE); in expandPostRAPseudo()
2236 unsigned char LoFlags = OpFlags | AArch64II::MO_PAGEOFF | MO_NC; in expandPostRAPseudo()
H A DAArch64AsmPrinter.cpp3371 auto [GV, OpFlags] = BranchInst->getMF()->tryGetCalledGlobal(BranchInst); in recordIfImportCall()
3376 auto *CalledSymbol = MCInstLowering.GetGlobalValueSymbol(GV, OpFlags); in recordIfImportCall()
H A DAArch64ISelLowering.cpp9364 unsigned OpFlags = 0; in LowerCall() local
9367 OpFlags = Subtarget->classifyGlobalFunctionReference(CalledGlobal, in LowerCall()
9369 if (OpFlags & AArch64II::MO_GOT) { in LowerCall()
9370 Callee = DAG.getTargetGlobalAddress(CalledGlobal, DL, PtrVT, 0, OpFlags); in LowerCall()
9374 Callee = DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0, OpFlags); in LowerCall()
9499 DAG.addCalledGlobal(Ret.getNode(), CalledGlobal, OpFlags); in LowerCall()
9513 DAG.addCalledGlobal(Chain.getNode(), CalledGlobal, OpFlags); in LowerCall()
9880 unsigned OpFlags = Subtarget->ClassifyGlobalReference(GV, getTargetMachine()); in LowerGlobalAddress() local
9882 if (OpFlags != AArch64II::MO_NO_FLAG) in LowerGlobalAddress()
9888 if ((OpFlags & AArch64II::MO_GOT) != 0) { in LowerGlobalAddress()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp375 unsigned OpFlags = MI->getOperand(OpNum).getImm(); in PrintAsmOperand() local
376 const InlineAsm::Flag F(OpFlags); in PrintAsmOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2532 unsigned OpFlags) {
2533 SDEI[Node].CalledGlobal = {GV, OpFlags};
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp7505 unsigned OpFlags = getTargetMachine().shouldAssumeDSOLocal(GV) in LowerCall() local
7508 Callee = DAG.getTargetGlobalAddress(S->getGlobal(), DL, PtrVT, 0, OpFlags); in LowerCall()
7510 unsigned OpFlags = getTargetMachine().shouldAssumeDSOLocal(nullptr) in LowerCall() local
7513 Callee = DAG.getTargetExternalSymbol(S->getSymbol(), PtrVT, OpFlags); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10145 InlineAsm::Flag OpFlags(InlineAsm::Kind::Mem, 1); in visitInlineAsm() local
10146 OpFlags.setMemConstraint(ConstraintID); in visitInlineAsm()
10147 AsmNodeOperands.push_back(DAG.getTargetConstant(OpFlags, getCurSDLoc(), in visitInlineAsm()