/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineOperand.h | 211 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } in isBlockAddress() function 392 assert(isBlockAddress() && "Wrong MachineOperand accessor"); in getBlockAddress() 404 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) && in getOffset() 430 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) && in setOffset()
|
/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/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 81 bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; } in isBlockAddress() function 159 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA(); in classof()
|
D | ARMAsmPrinter.cpp | 853 } else if (ACPV->isBlockAddress()) { in EmitMachineConstantPoolValue()
|
D | ARMBaseInstrInfo.cpp | 1102 else if (ACPV->isBlockAddress()) in duplicateCPV()
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 333 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } in isBlockAddress() function 558 assert(isBlockAddress() && "Wrong MachineOperand accessor"); in getBlockAddress() 586 isTargetIndex() || isBlockAddress()) && in getOffset() 656 isTargetIndex() || isBlockAddress()) && in setOffset()
|
/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()
|
D | ARMAsmPrinter.cpp | 960 } else if (ACPV->isBlockAddress()) { in EmitMachineConstantPoolValue()
|
D | ARMBaseInstrInfo.cpp | 1389 else if (ACPV->isBlockAddress()) in duplicateCPV()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 660 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()); in EmitInstruction() 668 else if (MO.isBlockAddress()) in EmitInstruction() 704 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()); in EmitInstruction() 712 else if (MO.isBlockAddress()) in EmitInstruction() 736 MO.isBlockAddress()) && in EmitInstruction() 750 } else if (MO.isBlockAddress()) { in EmitInstruction() 754 if (GlobalToc || MO.isJTI() || MO.isBlockAddress() || in EmitInstruction() 782 MO.isBlockAddress()) && in EmitInstruction() 788 else if (MO.isBlockAddress()) { in EmitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 112 bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; } in isBlockAddress() function 202 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA() || in classof()
|
D | ARMAsmPrinter.cpp | 864 } else if (ACPV->isBlockAddress()) { in EmitMachineConstantPoolValue()
|
D | ARMBaseInstrInfo.cpp | 1558 else if (ACPV->isBlockAddress()) in duplicateCPV()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonCopyToCombine.cpp | 689 if (HiOperand.isBlockAddress()) { in emitCombineII() 696 if (LoOperand.isBlockAddress()) { in emitCombineII() 778 if (HiOperand.isBlockAddress()) { in emitCombineIR() 826 if (LoOperand.isBlockAddress()) { in emitCombineRI()
|
D | HexagonConstExtenders.cpp | 706 else if (Op.isBlockAddress()) in ExtRoot() 765 else if (Op.isSymbol() || Op.isGlobal() || Op.isBlockAddress() || in ExtValue()
|
D | HexagonBitTracker.cpp | 239 if (MO.isGlobal() || MO.isBlockAddress() || MO.isSymbol() || MO.isJTI() || in evaluate()
|
D | HexagonBitSimplify.cpp | 2623 if (Op.isGlobal() || Op.isBlockAddress()) in simplifyRCmp0() 2635 if (Op.isGlobal() || Op.isBlockAddress()) in simplifyRCmp0()
|
D | HexagonInstrInfo.cpp | 2003 if (MO.isGlobal() || MO.isSymbol() || MO.isBlockAddress() || in isConstExtended()
|
/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()
|
D | HexagonInstrInfo.cpp | 1932 if (MO.isGlobal() || MO.isSymbol() || MO.isBlockAddress() || in isConstExtended()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 209 MO.isGlobal() || MO.isBlockAddress() || MO.isMCSymbol() || MO.isMBB(); in isValidDispOp() 224 (MO1.isBlockAddress() && MO2.isBlockAddress() && in isSimilarDispOp()
|