/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 392 Error insertFunctionRecordIfNeeded(const FuncRecordType *CFR, in insertFunctionRecordIfNeeded() argument 394 uint64_t FuncHash = CFR->template getFuncHash<Endian>(); in insertFunctionRecordIfNeeded() 395 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded() 400 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName)) in insertFunctionRecordIfNeeded() 474 auto CFR = reinterpret_cast<const FuncRecordType *>(FunBuf); in readFunctionRecords() local 475 while ((const char *)CFR < FunEnd) { in readFunctionRecords() 477 uint32_t DataSize = CFR->template getDataSize<Endian>(); in readFunctionRecords() 486 insertFunctionRecordIfNeeded(CFR, Mapping, FilenamesBegin)) in readFunctionRecords() 488 CFR++; in readFunctionRecords()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/ |
D | LoongArchFloat32InstrInfo.td | 103 def MOVFR2CF_S : FP_MOV<0b0000000100010100110100, "movfr2cf", CFR, FPR32>; 104 def MOVCF2FR_S : FP_MOV<0b0000000100010100110101, "movcf2fr", FPR32, CFR>; 105 def MOVGR2CF : FP_MOV<0b0000000100010100110110, "movgr2cf", CFR, GPR>; 106 def MOVCF2GR : FP_MOV<0b0000000100010100110111, "movcf2gr", GPR, CFR>; 127 (ins CFR:$ccd, GPR:$rj, grlenimm:$imm)>; 129 def PseudoLD_CFR : Pseudo<(outs CFR:$ccd), 225 def : Pat<(select CFR:$cc, FPR32:$fk, FPR32:$fj), 226 (FSEL_S FPR32:$fj, FPR32:$fk, CFR:$cc)>;
|
D | LoongArchFloatInstrFormats.td | 179 : FPFmtFCMP<op.val, cond.val, (outs CFR:$cd), (ins rc:$fj, rc:$fk), opstr, 189 : FPFmtFSEL<op, (outs rc:$fd), (ins rc:$fj, rc:$fk, CFR:$ca), opstr, 193 : FPFmtBR<opcode, (outs), (ins CFR:$cj, simm21_lsl2:$imm21), opstr,
|
D | LoongArchFloat64InstrInfo.td | 215 def : Pat<(select CFR:$cc, FPR64:$fk, FPR64:$fj), 216 (FSEL_D FPR64:$fj, FPR64:$fk, CFR:$cc)>;
|
D | LoongArchRegisterInfo.td | 162 def CFR : RegisterClass<"LoongArch", [GRLenVT], 32, (sequence "FCC%u", 0, 7)> {
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_dma.c | 242 hdma->DMAmuxChannelStatus->CFR = hdma->DMAmuxChannelStatusMask; in HAL_DMA_Init() 380 hdma->DMAmuxChannelStatus->CFR = hdma->DMAmuxChannelStatusMask; in HAL_DMA_DeInit() 589 hdma->DMAmuxChannelStatus->CFR = hdma->DMAmuxChannelStatusMask; in HAL_DMA_Abort() 645 hdma->DMAmuxChannelStatus->CFR = hdma->DMAmuxChannelStatusMask; in HAL_DMA_Abort_IT() 781 hdma->DMAmuxChannelStatus->CFR = hdma->DMAmuxChannelStatusMask; in HAL_DMA_PollForTransfer() 1076 hdma->DMAmuxChannelStatus->CFR = hdma->DMAmuxChannelStatusMask; in DMA_SetConfig()
|
D | stm32l4xx_hal_dma_ex.c | 264 hdma->DMAmuxChannelStatus->CFR = hdma->DMAmuxChannelStatusMask; in HAL_DMAEx_MUX_IRQHandler()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_dma.c | 242 hdma->DMAmuxChannelStatus->CFR = hdma->DMAmuxChannelStatusMask; in HAL_DMA_Init() 380 hdma->DMAmuxChannelStatus->CFR = hdma->DMAmuxChannelStatusMask; in HAL_DMA_DeInit() 589 hdma->DMAmuxChannelStatus->CFR = hdma->DMAmuxChannelStatusMask; in HAL_DMA_Abort() 645 hdma->DMAmuxChannelStatus->CFR = hdma->DMAmuxChannelStatusMask; in HAL_DMA_Abort_IT() 781 hdma->DMAmuxChannelStatus->CFR = hdma->DMAmuxChannelStatusMask; in HAL_DMA_PollForTransfer() 1076 hdma->DMAmuxChannelStatus->CFR = hdma->DMAmuxChannelStatusMask; in DMA_SetConfig()
|
D | stm32l4xx_hal_dma_ex.c | 264 hdma->DMAmuxChannelStatus->CFR = hdma->DMAmuxChannelStatusMask; in HAL_DMAEx_MUX_IRQHandler()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 425 Error insertFunctionRecordIfNeeded(const FuncRecordType *CFR, in insertFunctionRecordIfNeeded() argument 427 uint64_t FuncHash = CFR->template getFuncHash<Endian>(); in insertFunctionRecordIfNeeded() 428 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded() 433 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName)) in insertFunctionRecordIfNeeded() 511 auto CFR = reinterpret_cast<const FuncRecordType *>(FunBuf); in readFunctionRecords() local 512 while ((const char *)CFR < FunEnd) { in readFunctionRecords() 514 uint32_t DataSize = CFR->template getDataSize<Endian>(); in readFunctionRecords() 523 insertFunctionRecordIfNeeded(CFR, Mapping, FilenamesBegin)) in readFunctionRecords() 525 CFR++; in readFunctionRecords()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 558 Error insertFunctionRecordIfNeeded(const FuncRecordType *CFR, in insertFunctionRecordIfNeeded() argument 562 uint64_t FuncHash = CFR->template getFuncHash<Endian>(); in insertFunctionRecordIfNeeded() 563 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded() 568 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName)) in insertFunctionRecordIfNeeded() 701 auto CFR = reinterpret_cast<const FuncRecordType *>(FuncRecBuf); in readFunctionRecords() local 702 while ((const char *)CFR < FuncRecBufEnd) { in readFunctionRecords() 707 CFR->template advanceByOne<Endian>(OutOfLineMappingBuf); in readFunctionRecords() 717 uint64_t FilenamesRef = CFR->template getFilenamesRef<Endian>(); in readFunctionRecords() 728 CFR->template getCoverageMapping<Endian>(OutOfLineMappingBuf); in readFunctionRecords() 732 if (Error Err = insertFunctionRecordIfNeeded(CFR, Mapping, *FileRange)) in readFunctionRecords() [all …]
|
/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/LoongArch/ |
D | LoongArchGenRegisterInfo.inc | 172 CFR = 0, 555 // CFR Register Class... 556 const MCPhysReg CFR[] = { 560 // CFR Bit set. 595 /* 12 */ "CFR\0" 608 { CFR, CFRBits, 12, 8, sizeof(CFRBits), LoongArch::CFRRegClassID, 0, 1, true }, 1194 { 32, 32, 32, VTLists+0 }, // CFR 1201 { 64, 64, 64, VTLists+2 }, // CFR 1415 { // CFR 1444 { // CFR [all …]
|
D | LoongArchGenInstrInfo.inc | 2383 CFR = 48, 4323 CFR, GPR, grlenimm, 4348 CFR, GPR, grlenimm, 4459 CFR, simm21_lsl2, 4461 CFR, simm21_lsl2, 4574 CFR, FPR64, FPR64, 4576 CFR, FPR32, FPR32, 4578 CFR, FPR64, FPR64, 4580 CFR, FPR32, FPR32, 4582 CFR, FPR64, FPR64, [all …]
|
D | LoongArchGenAsmMatcher.inc | 846 MCK_CFR, // register class 'CFR'
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
D | stm32l476xx.h | 1004 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
D | stm32l4a6xx.h | 1078 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ member
|
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 6709 ,"HN","CFR","Cofradia","Cofradia","CR","--3-----","RQ","0901",,"1524N 08809W", 11336 ,"IT","CFR","Campofelice di Roccella","Campofelice di Roccella","PA","--3-----","RL","0901",,"3759N…
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 7480 ,"SK","CFR","C�fer","Cifer","TA","--3-----","RL","0901",,"4819N 01730E", 12315 ,"US","CFR","Chadds Ford","Chadds Ford","PA","--3-----","RQ","9806",,,
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 18783 "+","DE","CFR","Crispendorf","Crispendorf","TH","--3-----","RL","1301",,"5036N 01144E", 28633 ,"ES","CFR","Cofrentes","Cofrentes",,"--3-----","RQ","9501",,, 33844 ,"FR","CFR","Caen","Caen","14","1234----","AF","9501",,,
|