Home
last modified time | relevance | path

Searched refs:isBlockAddress (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h341 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } in isBlockAddress() function
567 assert(isBlockAddress() && "Wrong MachineOperand accessor"); in getBlockAddress()
600 isTargetIndex() || isBlockAddress()) && in getOffset()
670 isTargetIndex() || isBlockAddress()) && in setOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.h111 bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; } in isBlockAddress() function
201 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA() || in classof()
DARMAsmPrinter.cpp889 } else if (ACPV->isBlockAddress()) { in EmitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp1672 else if (ACPV->isBlockAddress()) in duplicateCPV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp210 MO.isGlobal() || MO.isBlockAddress() || MO.isMCSymbol() || MO.isMBB(); in isValidDispOp()
225 (MO1.isBlockAddress() && MO2.isBlockAddress() && in isSimilarDispOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp687 if (HiOperand.isBlockAddress()) { in emitCombineII()
694 if (LoOperand.isBlockAddress()) { in emitCombineII()
776 if (HiOperand.isBlockAddress()) { in emitCombineIR()
824 if (LoOperand.isBlockAddress()) { in emitCombineRI()
DHexagonConstExtenders.cpp707 else if (Op.isBlockAddress()) in ExtRoot()
758 else if (Op.isSymbol() || Op.isGlobal() || Op.isBlockAddress() || in ExtValue()
DHexagonBitTracker.cpp245 if (MO.isGlobal() || MO.isBlockAddress() || MO.isSymbol() || MO.isJTI() || in evaluate()
DHexagonBitSimplify.cpp2628 if (Op.isGlobal() || Op.isBlockAddress()) in simplifyRCmp0()
2640 if (Op.isGlobal() || Op.isBlockAddress()) in simplifyRCmp0()
DHexagonInstrInfo.cpp2058 if (MO.isGlobal() || MO.isSymbol() || MO.isBlockAddress() || in isConstExtended()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp688 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in EmitInstruction()
746 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in EmitInstruction()
775 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in EmitInstruction()
805 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in EmitInstruction()
836 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in EmitInstruction()
843 if (GlobalToc || MO.isJTI() || MO.isBlockAddress() || in EmitInstruction()
877 MO.isBlockAddress()) && in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp460 if (MI->getOperand(OpNo).isBlockAddress()) { in EmitGCCInlineAsmStr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp750 if (MO.isMBB() || MO.isBlockAddress() || MO.isCPI()) in getOutliningType()