/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 252 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/ |
D | PPCAsmPrinter.cpp | 576 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/ |
D | ARMConstantPoolValue.h | 102 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/ |
D | MachineOperand.h | 341 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/ |
D | ARMConstantPoolValue.h | 111 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/ |
D | ARMConstantPoolValue.h | 109 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/ |
D | MachineOperand.h | 341 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/ |
D | X86OptimizeLEAs.cpp | 191 MO.isGlobal() || MO.isBlockAddress() || MO.isMCSymbol() || MO.isMBB(); in isValidDispOp() 206 (MO1.isBlockAddress() && MO2.isBlockAddress() && in isSimilarDispOp()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCopyToCombine.cpp | 660 if (HiOperand.isBlockAddress()) { in emitCombineII() 667 if (LoOperand.isBlockAddress()) { in emitCombineII() 749 if (HiOperand.isBlockAddress()) { in emitCombineIR() 797 if (LoOperand.isBlockAddress()) { in emitCombineRI()
|
D | HexagonSplitConst32AndConst64.cpp | 92 MI.getOperand(1).isBlockAddress()) { in runOnMachineFunction()
|
D | HexagonBitTracker.cpp | 171 if (MO.isGlobal() || MO.isBlockAddress() || MO.isSymbol() || MO.isJTI() || in evaluate()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 210 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/ |
D | X86OptimizeLEAs.cpp | 210 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/ |
D | HexagonCopyToCombine.cpp | 687 if (HiOperand.isBlockAddress()) { in emitCombineII() 694 if (LoOperand.isBlockAddress()) { in emitCombineII() 776 if (HiOperand.isBlockAddress()) { in emitCombineIR() 824 if (LoOperand.isBlockAddress()) { in emitCombineRI()
|
D | HexagonConstExtenders.cpp | 707 else if (Op.isBlockAddress()) in ExtRoot() 758 else if (Op.isSymbol() || Op.isGlobal() || Op.isBlockAddress() || in ExtValue()
|
D | HexagonBitTracker.cpp | 245 if (MO.isGlobal() || MO.isBlockAddress() || MO.isSymbol() || MO.isJTI() || in evaluate()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonCopyToCombine.cpp | 693 if (HiOperand.isBlockAddress()) { in emitCombineII() 700 if (LoOperand.isBlockAddress()) { in emitCombineII() 782 if (HiOperand.isBlockAddress()) { in emitCombineIR() 830 if (LoOperand.isBlockAddress()) { in emitCombineRI()
|
D | HexagonConstExtenders.cpp | 706 else if (Op.isBlockAddress()) in ExtRoot() 757 else if (Op.isSymbol() || Op.isGlobal() || Op.isBlockAddress() || in ExtValue()
|
D | HexagonBitTracker.cpp | 243 if (MO.isGlobal() || MO.isBlockAddress() || MO.isSymbol() || MO.isJTI() || in evaluate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 688 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/ |
D | PPCAsmPrinter.cpp | 730 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/ |
D | AsmPrinterInlineAsm.cpp | 460 if (MI->getOperand(OpNo).isBlockAddress()) { in EmitGCCInlineAsmStr()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 462 if (MI->getOperand(OpNo).isBlockAddress()) { in EmitGCCInlineAsmStr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.cpp | 750 if (MO.isMBB() || MO.isBlockAddress() || MO.isCPI()) in getOutliningType()
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.cpp | 818 if (MO.isMBB() || MO.isBlockAddress() || MO.isCPI()) in getOutliningType()
|