Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp80 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); getConstantPool() local
93 emitConstantPool(MCStreamer & Streamer,MCSection * Section,ConstantPool & CP) emitConstantPool() argument
104 ConstantPool &CP = CPI.second; emitAll() local
112 if (ConstantPool *CP = getConstantPool(Section)) emitForCurrentSection() local
118 if (ConstantPool *CP = getConstantPool(Section)) clearCacheForCurrentSection() local
[all...]
/freebsd-src/contrib/wpa/src/pae/
H A Dieee802_1x_cp.c108 SM_STATE(CP,INIT) SM_STATE() argument
132 SM_STATE(CP,CHANGE) SM_STATE() argument
165 SM_STATE(CP,ALLOWED) SM_STATE() argument
184 SM_STATE(CP,AUTHENTICATED) SM_STATE() argument
203 SM_STATE(CP,SECURED) SM_STATE() argument
230 SM_STATE(CP,RECEIVE) SM_STATE() argument
252 SM_STATE(CP,RECEIVING) SM_STATE() argument
272 SM_STATE(CP,READY) SM_STATE() argument
280 SM_STATE(CP,TRANSMIT) SM_STATE() argument
295 SM_STATE(CP,TRANSMITTING) SM_STATE() argument
310 SM_STATE(CP,ABANDON) SM_STATE() argument
325 SM_STATE(CP,RETIRE) SM_STATE() argument
351 SM_STEP(CP) SM_STEP() argument
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp157 static bool layoutOptionalHeader(COFFParser &CP) { in layoutOptionalHeader() argument
196 static bool layoutCOFF(COFFParser &CP) { in layoutCOFF() argument
343 initializeOptionalHeader(COFFParser & CP,uint16_t Magic,T Header) initializeOptionalHeader() argument
397 writeCOFF(COFFParser & CP,raw_ostream & OS) writeCOFF() argument
626 COFFParser CP(Doc, ErrHandler); yaml2coff() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h96 COFFPlatformPlugin(COFFPlatform &CP) : CP(CP) {} in COFFPlatformPlugin()
133 COFFPlatform &CP; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h92 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; } in setChecksums()
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp30 auto ProcessUTF8CodePoint = [&Line, &Column](StringRef CP) { in UpdatePosition()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp615 adjustCopiesBackFrom(const CoalescerPair & CP,MachineInstr * CopyMI) adjustCopiesBackFrom() argument
804 removeCopyByCommutingDef(const CoalescerPair & CP,MachineInstr * CopyMI) removeCopyByCommutingDef() argument
1087 removePartialRedundancy(const CoalescerPair & CP,MachineInstr & CopyMI) removePartialRedundancy() argument
1286 reMaterializeTrivialDef(const CoalescerPair & CP,MachineInstr * CopyMI,bool & IsDefCopy) reMaterializeTrivialDef() argument
1907 canJoinPhys(const CoalescerPair & CP) canJoinPhys() argument
1974 CoalescerPair CP(*TRI); joinCopy() local
2219 joinReservedPhysReg(CoalescerPair & CP) joinReservedPhysReg() argument
2431 const CoalescerPair &CP; global() member in __anonc2b9989c0311::JoinVals
3516 joinSubRegRanges(LiveRange & LRange,LiveRange & RRange,LaneBitmask LaneMask,const CoalescerPair & CP) joinSubRegRanges() argument
3580 mergeSubRangeInto(LiveInterval & LI,const LiveRange & ToMerge,LaneBitmask LaneMask,CoalescerPair & CP,unsigned ComposeSubRegIdx) mergeSubRangeInto() argument
3608 joinVirtRegs(CoalescerPair & CP) joinVirtRegs() argument
3782 joinIntervals(CoalescerPair & CP) joinIntervals() argument
3831 checkMergingChangesDbgValues(CoalescerPair & CP,LiveRange & LHS,JoinVals & LHSVals,LiveRange & RHS,JoinVals & RHSVals) checkMergingChangesDbgValues() argument
[all...]
H A DLiveRegMatrix.cpp168 CoalescerPair CP(VirtReg.reg(), PhysReg, *TRI); in checkRegUnitInterference() local
/freebsd-src/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)) { MatchWrapper() local
[all...]
/freebsd-src/sys/sys/
H A Dabi_compat.h39 #define CP(src, dst, fld) do { \ macro
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp74 const Constant *CP; member
592 } else if (auto *CP = dyn_cast<ConstantPoolSDNode>(N0)) { matchWrapper() local
632 } else if (auto *CP = dyn_cast<ConstantPoolSDNode>(N0)) { matchWrapper() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp600 const ComplexPattern *CP = N.getComplexPatternInfo(CGP); in EmitMatcherCode() local
559 if (const ComplexPattern *CP = EmitMatcherCode() local
H A DCodeGenDAGPatterns.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp317 HexagonCP CP(G); runOnMachineFunction() local
H A DHexagonISelLowering.h53 CP, // Constant pool. enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp230 MachineConstantPool *CP = MI.getParent()->getParent()->getConstantPool(); processInstruction() local
/freebsd-src/sys/contrib/zstd/
H A DMakefile32 CP ?= cp macro
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp48 COFFHeaderMaterializationUnit(COFFPlatform &CP, in COFFHeaderMaterializationUnit()
154 COFFPlatform &CP; member in __anonac607e710111::COFFHeaderMaterializationUnit
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp684 } else if (const ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(this)){ print_details() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp728 PathDiagnosticCallPiece *CP = I.first; updateStackPiecesWithMessage() local
3217 getFirstStackedCallToHeaderFile(PathDiagnosticCallPiece * CP,const SourceManager & SMgr) getFirstStackedCallToHeaderFile() argument
3255 if (auto *CP = dyn_cast<PathDiagnosticCallPiece>(LastP)) { resetDiagnosticLocationToMainFile() local
[all...]

123