/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonEarlyIfConv.cpp | 136 : FP(P), TRI(T) {} in PrintFP() 138 const FlowPattern &FP; member 145 OS << "{ SplitB:" << PrintMB(P.FP.SplitB) in operator <<() 146 << ", PredR:" << printReg(P.FP.PredR, &P.TRI) in operator <<() 147 << ", TrueB:" << PrintMB(P.FP.TrueB) in operator <<() 148 << ", FalseB:" << PrintMB(P.FP.FalseB) in operator <<() 149 << ", JoinB:" << PrintMB(P.FP.JoinB) << " }"; in operator <<() 178 FlowPattern &FP); 186 bool isValid(const FlowPattern &FP) const; 189 const FlowPattern &FP) cons 238 matchFlowPattern(MachineBasicBlock *B, MachineLoop *L, FlowPattern &FP) matchFlowPattern() argument 810 updatePhiNodes(MachineBasicBlock *WhereB, const FlowPattern &FP) updatePhiNodes() argument 859 convert(const FlowPattern &FP) convert() argument 1025 simplifyFlowGraph(const FlowPattern &FP) simplifyFlowGraph() argument [all...] |
/third_party/libunwind/libunwind/src/aarch64/ |
H A D | Gstash_frame.c | 43 rs->reg.where[FP], rs->reg.val[FP], DWARF_GET_LOC(d->loc[FP]), in tdep_stash_frame() 48 - CFA is register-relative offset off FP or SP; in tdep_stash_frame() 50 - FP is unsaved or saved at CFA+offset, offset != -1; in tdep_stash_frame() 55 && (rs->reg.val[DWARF_CFA_REG_COLUMN] == FP in tdep_stash_frame() 59 && (rs->reg.where[FP] == DWARF_WHERE_UNDEF in tdep_stash_frame() 60 || rs->reg.where[FP] == DWARF_WHERE_SAME in tdep_stash_frame() 61 || (rs->reg.where[FP] == DWARF_WHERE_CFAREL in tdep_stash_frame() 62 && labs(rs->reg.val[FP]) < ( in tdep_stash_frame() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetOptionsImpl.cpp | 33 StringRef FP = F.getFnAttribute("frame-pointer").getValueAsString(); in DisableFramePointerElim() 34 if (FP == "all") in DisableFramePointerElim() 36 if (FP == "non-leaf") in DisableFramePointerElim() 38 if (FP == "none") in DisableFramePointerElim()
|
H A D | RegisterUsageInfo.cpp | 60 const Function &FP, ArrayRef<uint32_t> RegMask) { in storeUpdateRegUsageInfo() 61 RegMasks[&FP] = RegMask; in storeUpdateRegUsageInfo() 65 PhysicalRegisterUsageInfo::getRegUsageInfo(const Function &FP) { in getRegUsageInfo() argument 66 auto It = RegMasks.find(&FP); in getRegUsageInfo() 59 storeUpdateRegUsageInfo( const Function &FP, ArrayRef<uint32_t> RegMask) storeUpdateRegUsageInfo() argument
|
H A D | TargetSubtargetInfo.cpp | 22 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in TargetSubtargetInfo() 23 : MCSubtargetInfo(TT, CPU, FS, PF, PD, WPR, WL, RA, IS, OC, FP) { in TargetSubtargetInfo() 17 TargetSubtargetInfo( const Triple &TT, StringRef CPU, StringRef FS, ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP) TargetSubtargetInfo() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyInstPrinter.cpp | 185 static std::string toString(const APFloat &FP) { in toString() argument 187 if (FP.isNaN() && !FP.bitwiseIsEqual(APFloat::getQNaN(FP.getSemantics())) && in toString() 188 !FP.bitwiseIsEqual( in toString() 189 APFloat::getQNaN(FP.getSemantics(), /*Negative=*/true))) { in toString() 190 APInt AI = FP.bitcastToAPInt(); in toString() 201 auto Written = FP.convertToHexString( in toString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiFrameLowering.cpp | 88 // st %fp,-4[*%sp] !push old FP 89 // add %sp,8,%fp !generate new FP 111 // Push old FP in emitPrologue() 114 .addReg(Lanai::FP) in emitPrologue() 120 // Generate new FP in emitPrologue() 122 BuildMI(MBB, MBBI, DL, LII.get(Lanai::ADD_I_LO), Lanai::FP) in emitPrologue() 187 .addReg(Lanai::FP) in emitEpilogue() 191 BuildMI(MBB, MBBI, DL, LII.get(Lanai::LDW_RI), Lanai::FP) in emitEpilogue() 192 .addReg(Lanai::FP) in emitEpilogue() 211 // Reserve 4 bytes for the saved FP in determineCalleeSaves() [all...] |
H A D | LanaiDelaySlotFiller.cpp | 109 RI->getOperand(0).getReg() == Lanai::FP && in runOnMachineBasicBlock() 111 RI->getOperand(1).getReg() == Lanai::FP && in runOnMachineBasicBlock() 118 RI->getOperand(1).getReg() == Lanai::FP); in runOnMachineBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430RegisterInfo.cpp | 42 MSP430::FP, MSP430::R5, MSP430::R6, MSP430::R7, in getCalleeSavedRegs() 52 MSP430::FP, MSP430::R5, MSP430::R6, MSP430::R7, in getCalleeSavedRegs() 90 Reserved.set(MSP430::FP); in getReservedRegs() 115 unsigned BasePtr = (TFI->hasFP(MF) ? MSP430::FP : MSP430::SP); in eliminateFrameIndex() 124 Offset += 2; // Skip the saved FP in eliminateFrameIndex() 159 return TFI->hasFP(MF) ? MSP430::FP : MSP430::SP; in getFrameRegister()
|
H A D | MSP430FrameLowering.cpp | 65 // Save FP into the appropriate stack slot... in emitPrologue() 67 .addReg(MSP430::FP, RegState::Kill); in emitPrologue() 69 // Update FP with the new base value... in emitPrologue() 70 BuildMI(MBB, MBBI, DL, TII.get(MSP430::MOV16rr), MSP430::FP) in emitPrologue() 76 I->addLiveIn(MSP430::FP); in emitPrologue() 134 // pop FP. in emitEpilogue() 135 BuildMI(MBB, MBBI, DL, TII.get(MSP430::POP16r), MSP430::FP); in emitEpilogue() 157 TII.get(MSP430::MOV16rr), MSP430::SP).addReg(MSP430::FP); in emitEpilogue() 292 // Create a frame entry for the FP register that must be saved. in processFunctionBeforeFrameFinalized() 297 "Slot for FP registe in processFunctionBeforeFrameFinalized() [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | keccak1600-c64x.pl | 81 # +------+------+<---FP 99 .asg A15,FP 105 STDW A3:A2,*FP[-7] 205 || LDDW *FP[-9],A$A[3][0]:A$A[4][0] ; restore offloaded data 374 ||[!A0] LDDW *FP[-7],A3:A2 407 STW FP,*SP--(80) ; save frame pointer 408 || MV SP,FP 410 || STDW A13:A12,*FP[-4] 412 || STDW A11:A10,*FP[-5] 414 || STW A14,*FP[ [all...] |
H A D | sha512-c64xplus.pl | 65 .asg A15,FP 83 || [A0] STW FP,*SP--(40) ; save frame pointer 84 || [A0] MV SP,FP 88 || [A0] STDW A13:A12,*FP[-3] 373 ADD FP,B0,SP ; destroy circular buffer 374 || LDDW *FP[-4],A11:A10 376 || LDDW *FP[-2],B11:B10 379 LDW *++SP(40),FP ; restore frame pointer 382 NOP 2 ; wait till FP is committed
|
H A D | sha1-c64xplus.pl | 56 .asg A15,FP 70 || [A0] STW FP,*SP--[16] ; save frame pointer and alloca(64) 71 || [A0] MV SP,FP 319 || MV FP,SP ; restore stack pointer 320 || LDW *FP[0],FP ; restore frame pointer
|
H A D | sha256-c64xplus.pl | 57 .asg A15,FP 72 || [A0] STW FP,*SP--[16] ; save frame pointer and alloca(64) 73 || [A0] MV SP,FP 276 [!A0] MV FP,SP ; restore stack pointer 277 ||[!A0] LDW *FP[0],FP ; restore frame pointer
|
/third_party/openssl/crypto/sha/asm/ |
H A D | keccak1600-c64x.pl | 81 # +------+------+<---FP 99 .asg A15,FP 105 STDW A3:A2,*FP[-7] 205 || LDDW *FP[-9],A$A[3][0]:A$A[4][0] ; restore offloaded data 374 ||[!A0] LDDW *FP[-7],A3:A2 407 STW FP,*SP--(80) ; save frame pointer 408 || MV SP,FP 410 || STDW A13:A12,*FP[-4] 412 || STDW A11:A10,*FP[-5] 414 || STW A14,*FP[ [all...] |
H A D | sha512-c64xplus.pl | 65 .asg A15,FP 83 || [A0] STW FP,*SP--(40) ; save frame pointer 84 || [A0] MV SP,FP 88 || [A0] STDW A13:A12,*FP[-3] 373 ADD FP,B0,SP ; destroy circular buffer 374 || LDDW *FP[-4],A11:A10 376 || LDDW *FP[-2],B11:B10 379 LDW *++SP(40),FP ; restore frame pointer 382 NOP 2 ; wait till FP is committed
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_unittest.cc | 37 #define FP(path) base::FilePath(FILE_PATH_LITERAL(path)) macro 250 zip_file_list_.push_back(FP("foo.txt")); in SetUp() 251 zip_file_list_.push_back(FP("foo/bar/quux.txt")); in SetUp() 252 zip_file_list_.push_back(FP("foo/bar/.hidden")); in SetUp() 1267 EXPECT_EQ(GetCompressionMethod(FP("")), kDeflated); in TEST_F() 1268 EXPECT_EQ(GetCompressionMethod(FP("NoExtension")), kDeflated); in TEST_F() 1269 EXPECT_EQ(GetCompressionMethod(FP("Folder.zip").Append(FP("NoExtension"))), in TEST_F() 1271 EXPECT_EQ(GetCompressionMethod(FP("Name.txt")), kDeflated); in TEST_F() 1272 EXPECT_EQ(GetCompressionMethod(FP("Nam in TEST_F() [all...] |
/third_party/node/deps/zlib/google/ |
H A D | zip_unittest.cc | 37 #define FP(path) base::FilePath(FILE_PATH_LITERAL(path)) macro 250 zip_file_list_.push_back(FP("foo.txt")); in SetUp() 251 zip_file_list_.push_back(FP("foo/bar/quux.txt")); in SetUp() 252 zip_file_list_.push_back(FP("foo/bar/.hidden")); in SetUp() 1267 EXPECT_EQ(GetCompressionMethod(FP("")), kDeflated); in TEST_F() 1268 EXPECT_EQ(GetCompressionMethod(FP("NoExtension")), kDeflated); in TEST_F() 1269 EXPECT_EQ(GetCompressionMethod(FP("Folder.zip").Append(FP("NoExtension"))), in TEST_F() 1271 EXPECT_EQ(GetCompressionMethod(FP("Name.txt")), kDeflated); in TEST_F() 1272 EXPECT_EQ(GetCompressionMethod(FP("Nam in TEST_F() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | RegisterUsageInfo.h | 51 void storeUpdateRegUsageInfo(const Function &FP, 56 ArrayRef<uint32_t> getRegUsageInfo(const Function &FP);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 376 FPPassManager *FP = static_cast<FPPassManager *>(PassManagers[N]); in getContainedManager() 377 return FP; in getContainedManager() 1392 FunctionPass *FP = getContainedPass(Index); in cleanup() local 1393 AnalysisResolver *AR = FP->getResolver(); in cleanup() 1437 FunctionPass *FP = getContainedPass(Index); in dumpPassStructure() local 1438 FP->dumpPassStructure(Offset + 1); in dumpPassStructure() 1439 dumpLastUses(FP, Offset+1); in dumpPassStructure() 1468 FunctionPass *FP = getContainedPass(Index); in runOnFunction() local 1471 llvm::TimeTraceScope PassScope("RunPass", FP->getPassName()); in runOnFunction() 1473 dumpPassInfo(FP, EXECUTION_MS in runOnFunction() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsRegisterInfo.cpp | 190 // Reserve FP if this function should have a dedicated frame pointer register. in getReservedRegs() 195 Reserved.set(Mips::FP); in getReservedRegs() 290 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) : in getFrameRegister() 306 unsigned FP = Subtarget.isGP32bit() ? Mips::FP : Mips::FP_64; in canRealignStack() local 315 if (!MF.getRegInfo().canReserveReg(FP)) in canRealignStack()
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-c64xplus.pl | 50 .asg A15,FP 111 || [A2] STW FP,*SP--(40) ; save frame pointer and alloca(40) 112 || [A2] MV SP,FP 116 || [A2] STDW A13:A12,*FP[-3] 117 [A2] STDW A11:A10,*FP[-4] 251 LDDW *FP[-4],A11:A10 ; ABI says so 252 LDDW *FP[-3],A13:A12 257 LDW *++SP(40),FP ; restore frame pointer
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-c64xplus.pl | 50 .asg A15,FP 111 || [A2] STW FP,*SP--(40) ; save frame pointer and alloca(40) 112 || [A2] MV SP,FP 116 || [A2] STDW A13:A12,*FP[-3] 117 [A2] STDW A11:A10,*FP[-4] 251 LDDW *FP[-4],A11:A10 ; ABI says so 252 LDDW *FP[-3],A13:A12 257 LDW *++SP(40),FP ; restore frame pointer
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | FunctionsGL.cpp | 96 #define ASSIGN(NAME, FP) FP = reinterpret_cast<decltype(FP)>(loadProcAddress(NAME))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | RegionPass.h | 119 Pass *FP = static_cast<Pass *>(PassVector[N]); in getContainedPass() 120 return FP; in getContainedPass()
|