Home
last modified time | relevance | path

Searched defs:CP (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp80 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool() local
93 ConstantPool &CP) { in emitConstantPool()
104 ConstantPool &CP = CPI.second; in emitAll() local
112 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection() local
118 if (ConstantPool *CP = getConstantPool(Section)) in clearCacheForCurrentSection() local
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_cp.c108 SM_STATE(CP, INIT) in SM_STATE() argument
132 SM_STATE(CP, CHANGE) in SM_STATE() argument
165 SM_STATE(CP, ALLOWED) in SM_STATE() argument
203 SM_STATE(CP, SECURED) in SM_STATE() argument
230 SM_STATE(CP, RECEIVE) in SM_STATE() argument
252 SM_STATE(CP, RECEIVING) in SM_STATE() argument
272 SM_STATE(CP, READY) in SM_STATE() argument
280 SM_STATE(CP, TRANSMIT) in SM_STATE() argument
310 SM_STATE(CP, ABANDON) in SM_STATE() argument
325 SM_STATE(CP, RETIRE) in SM_STATE() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp57 int CSKYConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
114 int CSKYConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
148 int CSKYConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
182 int CSKYConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
214 int CSKYConstantPoolJT::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
H A DCSKYConstantPoolValue.h88 int getExistingMachineCPValueImpl(MachineConstantPool *CP, Align Alignment) { in getExistingMachineCPValueImpl()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp157 static bool layoutOptionalHeader(COFFParser &CP) { in layoutOptionalHeader()
196 static bool layoutCOFF(COFFParser &CP) { in layoutCOFF()
343 static uint32_t initializeOptionalHeader(COFFParser &CP, uint16_t Magic, in initializeOptionalHeader()
397 static bool writeCOFF(COFFParser &CP, raw_ostream &OS) { in writeCOFF()
626 COFFParser CP(Doc, ErrHandler); in yaml2coff() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp75 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
191 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
239 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
279 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
H A DARMConstantPoolValue.h79 int getExistingMachineCPValueImpl(MachineConstantPool *CP, Align Alignment) { in getExistingMachineCPValueImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h96 COFFPlatformPlugin(COFFPlatform &CP) : CP(CP) {} in COFFPlatformPlugin()
133 COFFPlatform &CP; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h92 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; } in setChecksums()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp30 auto ProcessUTF8CodePoint = [&Line, &Column](StringRef CP) { in UpdatePosition()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp615 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, in adjustCopiesBackFrom()
804 RegisterCoalescer::removeCopyByCommutingDef(const CoalescerPair &CP, in removeCopyByCommutingDef()
1087 bool RegisterCoalescer::removePartialRedundancy(const CoalescerPair &CP, in removePartialRedundancy()
1907 bool RegisterCoalescer::canJoinPhys(const CoalescerPair &CP) { in canJoinPhys()
1974 CoalescerPair CP(*TRI); in joinCopy() local
2219 bool RegisterCoalescer::joinReservedPhysReg(CoalescerPair &CP) { in joinReservedPhysReg()
2431 const CoalescerPair &CP; member in __anon495410520311::JoinVals
3516 const CoalescerPair &CP) { in joinSubRegRanges()
3580 CoalescerPair &CP, in mergeSubRangeInto()
3608 bool RegisterCoalescer::joinVirtRegs(CoalescerPair &CP) { in joinVirtRegs()
[all …]
H A DLiveRegMatrix.cpp168 CoalescerPair CP(VirtReg.reg(), PhysReg, *TRI); in checkRegUnitInterference() local
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp49 const Constant *CP = nullptr; member
151 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local
/freebsd/sys/sys/
H A Dabi_compat.h39 #define CP(src, dst, fld) do { \ macro
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp74 const Constant *CP; member
592 } else if (auto *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in matchWrapper() local
632 } else if (auto *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in matchWrapper() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp559 if (const ComplexPattern *CP = in EmitMatcherCode() local
600 const ComplexPattern *CP = N->getComplexPatternInfo(CGP); in EmitMatcherCode() local
H A DCodeGenDAGPatterns.cpp2368 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in getNumMIResults() local
2389 if (const ComplexPattern *CP = getComplexPatternInfo(CGP)) in NodeHasProperty() local
3613 const ComplexPattern &CP = CDP.getComplexPattern(LeafRec); in AnalyzeNode() local
4045 if (const ComplexPattern *CP = in AddPatternToMatch() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp317 HexagonCP CP(G); in runOnMachineFunction() local
H A DHexagonISelLowering.h53 CP, // Constant pool. enumerator
/freebsd/sys/contrib/zstd/
H A DMakefile32 CP ?= cp macro
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp230 MachineConstantPool *CP = MI.getParent()->getParent()->getConstantPool(); in processInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp48 COFFHeaderMaterializationUnit(COFFPlatform &CP, in COFFHeaderMaterializationUnit()
154 COFFPlatform &CP; member in __anon127c6d670111::COFFHeaderMaterializationUnit
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp684 } else if (const ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(this)){ in print_details() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp728 PathDiagnosticCallPiece *CP = I.first; in updateStackPiecesWithMessage() local
3217 getFirstStackedCallToHeaderFile(PathDiagnosticCallPiece *CP, in getFirstStackedCallToHeaderFile()
3255 if (auto *CP = dyn_cast<PathDiagnosticCallPiece>(LastP)) { in resetDiagnosticLocationToMainFile() local

123