Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h252 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } in isBlockAddress() function
442 assert(isBlockAddress() && "Wrong MachineOperand accessor"); in getBlockAddress()
460 isTargetIndex() || isBlockAddress()) && in getOffset()
520 isTargetIndex() || isBlockAddress()) && in setOffset()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp576 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()); in EmitInstruction()
584 else if (MO.isBlockAddress()) in EmitInstruction()
620 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()); in EmitInstruction()
628 else if (MO.isBlockAddress()) in EmitInstruction()
652 MO.isBlockAddress()) && in EmitInstruction()
666 } else if (MO.isBlockAddress()) { in EmitInstruction()
670 if (GlobalToc || MO.isJTI() || MO.isBlockAddress() || in EmitInstruction()
691 MO.isBlockAddress()) && in EmitInstruction()
697 else if (MO.isBlockAddress()) { in EmitInstruction()
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h102 bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; } in isBlockAddress() function
176 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA(); in classof()
/external/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()
/external/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()
/external/llvm-project/llvm/lib/Target/ARM/
DARMConstantPoolValue.h109 bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; } in isBlockAddress() function
199 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA() || in classof()
/external/llvm-project/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()
/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp191 MO.isGlobal() || MO.isBlockAddress() || MO.isMCSymbol() || MO.isMBB(); in isValidDispOp()
206 (MO1.isBlockAddress() && MO2.isBlockAddress() && in isSimilarDispOp()
/external/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp660 if (HiOperand.isBlockAddress()) { in emitCombineII()
667 if (LoOperand.isBlockAddress()) { in emitCombineII()
749 if (HiOperand.isBlockAddress()) { in emitCombineIR()
797 if (LoOperand.isBlockAddress()) { in emitCombineRI()
DHexagonSplitConst32AndConst64.cpp92 MI.getOperand(1).isBlockAddress()) { in runOnMachineFunction()
DHexagonBitTracker.cpp171 if (MO.isGlobal() || MO.isBlockAddress() || MO.isSymbol() || MO.isJTI() || in evaluate()
/external/llvm-project/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp210 MO.isGlobal() || MO.isBlockAddress() || MO.isMCSymbol() || MO.isMBB(); in isValidDispOp()
225 (MO1.isBlockAddress() && MO2.isBlockAddress() && in isSimilarDispOp()
/external/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()
/external/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()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp693 if (HiOperand.isBlockAddress()) { in emitCombineII()
700 if (LoOperand.isBlockAddress()) { in emitCombineII()
782 if (HiOperand.isBlockAddress()) { in emitCombineIR()
830 if (LoOperand.isBlockAddress()) { in emitCombineRI()
DHexagonConstExtenders.cpp706 else if (Op.isBlockAddress()) in ExtRoot()
757 else if (Op.isSymbol() || Op.isGlobal() || Op.isBlockAddress() || in ExtValue()
DHexagonBitTracker.cpp243 if (MO.isGlobal() || MO.isBlockAddress() || MO.isSymbol() || MO.isJTI() || in evaluate()
/external/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()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp730 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
787 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
819 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
849 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
878 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
885 if (GlobalToc || MO.isJTI() || MO.isBlockAddress() || in emitInstruction()
917 MO.isBlockAddress()) && in emitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp460 if (MI->getOperand(OpNo).isBlockAddress()) { in EmitGCCInlineAsmStr()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp462 if (MI->getOperand(OpNo).isBlockAddress()) { in EmitGCCInlineAsmStr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp750 if (MO.isMBB() || MO.isBlockAddress() || MO.isCPI()) in getOutliningType()
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp818 if (MO.isMBB() || MO.isBlockAddress() || MO.isCPI()) in getOutliningType()

12