/external/valgrind/none/tests/s390x/ |
D | add_EI.stdout.exp | 1 AFI 0 + 0000000000000000 + 0000000000000000 = 0000000000000000 (cc=0) 2 AFI 0 + 0000000000000001 + 0000000000000000 = 0000000000000001 (cc=2) 3 AFI 0 + 000000000000FFFF + 0000000000000000 = 000000000000FFFF (cc=2) 4 AFI 0 + 0000000000007FFF + 0000000000000000 = 0000000000007FFF (cc=2) 5 AFI 0 + 0000000000008000 + 0000000000000000 = 0000000000008000 (cc=2) 6 AFI 0 + 00000000FFFFFFFF + 0000000000000000 = 00000000FFFFFFFF (cc=1) 7 AFI 0 + 0000000080000000 + 0000000000000000 = 0000000080000000 (cc=1) 8 AFI 0 + 000000007FFFFFFF + 0000000000000000 = 000000007FFFFFFF (cc=2) 9 AFI 0 + FFFFFFFFFFFFFFFF + 0000000000000000 = FFFFFFFFFFFFFFFF (cc=1) 10 AFI 0 + 8000000000000000 + 0000000000000000 = 8000000000000000 (cc=0) [all …]
|
D | add_EI.c | 7 ximmsweep(AFI, 00000000, 00000000, 0); in do_imm_insns() 8 ximmsweep(AFI, ffffffff, ffffffff, 0); in do_imm_insns() 9 ximmsweep(AFI, ffffffff, ffff8000, 0); in do_imm_insns() 10 ximmsweep(AFI, 00000000, 00007fff, 0); in do_imm_insns() 11 ximmsweep(AFI, ffffffff, ffffffff, 0); in do_imm_insns() 12 ximmsweep(AFI, ffffffff, 80000000, 0); in do_imm_insns() 13 ximmsweep(AFI, 00000000, 7fffffff, 0); in do_imm_insns()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 225 static void emitAligningInstructions(MachineFunction &MF, ARMFunctionInfo *AFI, in emitAligningInstructions() argument 237 assert(!AFI->isThumb1OnlyFunction() && "Thumb1 not supported"); in emitAligningInstructions() 238 if (!AFI->isThumbFunction()) { in emitAligningInstructions() 285 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in emitPrologue() local 292 assert(!AFI->isThumb1OnlyFunction() && in emitPrologue() 294 bool isARM = !AFI->isThumbFunction(); in emitPrologue() 296 unsigned ArgRegsSaveSize = AFI->getArgRegsSaveSize(); in emitPrologue() 323 if (!AFI->hasStackFrame() && in emitPrologue() 367 if (Reg < ARM::D8 || Reg >= ARM::D8 + AFI->getNumAlignedDPRCS2Regs()) in emitPrologue() 389 AFI->setFramePtrSpillOffset(MFI->getObjectOffset(FramePtrSpillFI) + in emitPrologue() [all …]
|
D | Thumb1FrameLowering.cpp | 89 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in emitPrologue() local 97 unsigned ArgRegsSaveSize = AFI->getArgRegsSaveSize(); in emitPrologue() 127 if (!AFI->hasStackFrame()) { in emitPrologue() 180 AFI->setFramePtrSpillOffset(MFI->getObjectOffset(FramePtrSpillFI) + in emitPrologue() 182 AFI->setGPRCalleeSavedArea1Offset(GPRCS1Offset); in emitPrologue() 183 AFI->setGPRCalleeSavedArea2Offset(GPRCS2Offset); in emitPrologue() 184 AFI->setDPRCalleeSavedAreaOffset(DPRCSOffset); in emitPrologue() 260 AFI->setShouldRestoreSPFromFP(true); in emitPrologue() 279 AFI->getFramePtrSpillOffset()); in emitPrologue() 281 AFI->setGPRCalleeSavedArea1Size(GPRCS1Size); in emitPrologue() [all …]
|
D | ARMBaseRegisterInfo.cpp | 304 const ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in hasBasePointer() local 318 if (AFI->isThumbFunction() && MFI->hasVarSizedObjects()) { in hasBasePointer() 325 if (AFI->isThumb2Function() && MFI->getLocalFrameSize() < 128) in hasBasePointer() 335 const ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in canRealignStack() local 342 if (AFI->isThumb1OnlyFunction()) in canRealignStack() 522 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in needsFrameBaseReg() local 530 if (!AFI->isThumbFunction() || !AFI->isThumb1OnlyFunction()) in needsFrameBaseReg() 570 ARMFunctionInfo *AFI = MBB->getParent()->getInfo<ARMFunctionInfo>(); in materializeFrameBaseRegister() local 571 unsigned ADDriOpc = !AFI->isThumbFunction() ? ARM::ADDri : in materializeFrameBaseRegister() 572 (AFI->isThumb1OnlyFunction() ? ARM::tADDframe : ARM::t2ADDri); in materializeFrameBaseRegister() [all …]
|
D | ARMInstrInfo.cpp | 143 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in runOnMachineFunction() local 144 if (AFI->getGlobalBaseReg() == 0) in runOnMachineFunction() 157 unsigned ARMPCLabelIndex = AFI->createPICLabelUId(); in runOnMachineFunction() 181 unsigned GlobalBaseReg = AFI->getGlobalBaseReg(); in runOnMachineFunction()
|
D | Thumb2ITBlockPass.cpp | 35 ARMFunctionInfo *AFI; member in __anon1fd56c880111::Thumb2ITBlockPass 260 AFI = Fn.getInfo<ARMFunctionInfo>(); in runOnMachineFunction() 265 if (!AFI->isThumbFunction()) in runOnMachineFunction() 276 AFI->setHasITBlocks(true); in runOnMachineFunction()
|
D | ARMExpandPseudoInsts.cpp | 49 ARMFunctionInfo *AFI; member in __anon48990dd80111::ARMExpandPseudo 764 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVr : ARM::MOVr; in ExpandMI() 802 unsigned NewOpc = AFI->isThumbFunction() ? ARM::t2MOVi16 : ARM::MOVi16; in ExpandMI() 813 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVi : ARM::MOVi; in ExpandMI() 826 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MVNi : ARM::MVNi; in ExpandMI() 868 int32_t NumBytes = AFI->getFramePtrSpillOffset(); in ExpandMI() 873 if (AFI->isThumb2Function()) { in ExpandMI() 876 } else if (AFI->isThumbFunction()) { in ExpandMI() 888 assert (!AFI->isThumb1OnlyFunction()); in ExpandMI() 893 unsigned bicOpc = AFI->isThumbFunction() ? in ExpandMI() [all …]
|
D | ARMConstantIslandPass.cpp | 262 ARMFunctionInfo *AFI; member in __anon8e1325130111::ARMConstantIslands 388 AFI = MF->getInfo<ARMFunctionInfo>(); in runOnMachineFunction() 390 isThumb = AFI->isThumbFunction(); in runOnMachineFunction() 391 isThumb1 = AFI->isThumb1OnlyFunction(); in runOnMachineFunction() 392 isThumb2 = AFI->isThumb2Function(); in runOnMachineFunction() 429 AFI->initPICLabelUId(CPEMIs.size()); in runOnMachineFunction() 480 if (isThumb && !HasFarJump && AFI->isLRSpilledForFarJump()) in runOnMachineFunction() 487 AFI->recordCPEClone(i, CPE.CPI); in runOnMachineFunction() 1392 unsigned ID = AFI->createPICLabelUId(); in handleConstantPoolUser()
|
D | ARMAsmPrinter.h | 40 ARMFunctionInfo *AFI; variable
|
D | ThumbRegisterInfo.cpp | 510 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in eliminateFrameIndex() local 525 Offset -= AFI->getFramePtrSpillOffset(); in eliminateFrameIndex() 553 assert(AFI->isThumbFunction() && in eliminateFrameIndex()
|
D | ARMAsmPrinter.cpp | 63 : AsmPrinter(TM, std::move(Streamer)), AFI(nullptr), MCP(nullptr), in ARMAsmPrinter() 76 if (AFI->isThumbFunction()) { in EmitFunctionEntryLabel() 105 AFI = MF.getInfo<ARMFunctionInfo>(); in runOnMachineFunction() 972 else if (AFI->isThumbFunction()) in EmitJumpTable() 1050 const ARMFunctionInfo &AFI = *MF.getInfo<ARMFunctionInfo>(); in EmitUnwindingInstruction() local 1144 CPI = AFI.getOriginalCPIdx(CPI); in EmitUnwindingInstruction()
|
D | ARMBaseInstrInfo.cpp | 401 ARMFunctionInfo *AFI = MBB.getParent()->getInfo<ARMFunctionInfo>(); in InsertBranch() local 402 int BOpc = !AFI->isThumbFunction() in InsertBranch() 403 ? ARM::B : (AFI->isThumb2Function() ? ARM::t2B : ARM::tB); in InsertBranch() 404 int BccOpc = !AFI->isThumbFunction() in InsertBranch() 405 ? ARM::Bcc : (AFI->isThumb2Function() ? ARM::t2Bcc : ARM::tBcc); in InsertBranch() 406 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function(); in InsertBranch() 568 ARMFunctionInfo *AFI = in isPredicable() local 571 if (AFI->isThumb2Function()) { in isPredicable() 1347 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in duplicateCPV() local 1355 unsigned PCLabelId = AFI->createPICLabelUId(); in duplicateCPV()
|
D | Thumb2InstrInfo.cpp | 52 ARMFunctionInfo *AFI = MBB->getParent()->getInfo<ARMFunctionInfo>(); in ReplaceTailWithBranchTo() local 53 if (!AFI->hasITBlocks()) { in ReplaceTailWithBranchTo()
|
/external/tcpdump/tests/ |
D | ripv2_auth.out | 5 AFI 0, 0.0.0.0/0 , tag 0x0000, metric: 16, next-hop: self 10 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self 15 AFI 0, 0.0.0.0/0 , tag 0x0000, metric: 16, next-hop: self 22 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self 29 AFI 0, 0.0.0.0/0 , tag 0x0000, metric: 16, next-hop: self 37 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self 45 AFI 0, 0.0.0.0/0 , tag 0x0000, metric: 16, next-hop: self 53 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self 61 AFI 0, 0.0.0.0/0 , tag 0x0000, metric: 16, next-hop: self 70 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self [all …]
|
D | ripv1v2.out | 4 AFI 0, 0.0.0.0, metric: 16 12 AFI 0, 0.0.0.0/0 , tag 0x0000, metric: 16, next-hop: self 16 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self
|
D | mpbgp-linklocal-nexthop.out | 8 AFI: IPv6 (2), SAFI: Unicast (1)
|
D | bgp_vpn_attrset.out | 17 AFI: IPv4 (1), SAFI: labeled VPN Unicast (128)
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 127 const AArch64FunctionInfo *AFI = MF.getInfo<AArch64FunctionInfo>(); in canUseRedZone() local 128 unsigned NumBytes = AFI->getLocalStackSize(); in canUseRedZone() 262 AArch64FunctionInfo *AFI = MF.getInfo<AArch64FunctionInfo>(); in emitPrologue() local 273 if (!AFI->hasStackFrame()) { in emitPrologue() 277 AFI->setLocalStackSize(NumBytes); in emitPrologue() 338 AFI->setLocalStackSize(NumBytes); in emitPrologue() 543 const AArch64FunctionInfo *AFI = MF.getInfo<AArch64FunctionInfo>(); in emitEpilogue() local 565 ArgumentPopSize = AFI->getArgumentStackToRestore(); in emitEpilogue() 655 const AArch64FunctionInfo *AFI = MF.getInfo<AArch64FunctionInfo>(); in resolveFrameIndexReference() local 665 if (AFI->hasStackFrame()) { in resolveFrameIndexReference() [all …]
|
D | AArch64CleanupLocalDynamicTLSPass.cpp | 42 AArch64FunctionInfo *AFI = MF.getInfo<AArch64FunctionInfo>(); in runOnMachineFunction() local 43 if (AFI->getNumLocalDynamicTLSAccesses() < 2) { in runOnMachineFunction()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-add-03.ll | 42 ; Check the next value up, which must use AFI. 51 ; Check the high end of the AFI range. 87 ; Check the next value down, which must use AFI instead.
|
D | atomicrmw-sub-03.ll | 42 ; Check the next value down, which must use AFI. 51 ; Check the low end of the AFI range. 87 ; Check the next value down, which must use AFI instead.
|
D | int-add-14.ll | 24 ; Check the next value up, which must use AFI instead. 51 ; Check the next value down, which must use AFI instead.
|
D | int-add-06.ll | 23 ; Check the next value up, which must use AFI instead. 68 ; Check the next value down, which must use AFI instead.
|
D | atomicrmw-add-02.ll | 120 ; rotated word, expressed as a negative AFI operand.
|