Searched defs:CC (Results 126 - 150 of 223) sorted by relevance

123456789

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp380 CallingConv::ID CC = F.getCallingConv(); local
773 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { argument
779 mayTailCallThisCC(CallingConv::ID CC) argument
797 getAssignFnsForCC(CallingConv::ID CC, const AArch64TargetLowering &TLI) argument
[all...]
H A DAArch64PostLegalizerLowering.cpp923 getVectorFCMP(AArch64CC::CondCode CC, Register LHS, Register RHS, bool IsZero, argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp865 const ConstructionContext *CC = CCE ? CCE->getConstructionContext() local
H A DExprEngineCXX.cpp121 computeObjectUnderConstruction( const Expr *E, ProgramStateRef State, const NodeBuilderContext *BldrCtx, const LocationContext *LCtx, const ConstructionContext *CC, EvalCallOptions &CallOpts, unsigned Idx) argument
399 updateObjectsUnderConstruction( SVal V, const Expr *E, ProgramStateRef State, const LocationContext *LCtx, const ConstructionContext *CC, const EvalCallOptions &CallOpts) argument
613 const ConstructionContext *CC = C ? C->getConstructionContext() : nullptr; local
[all...]
H A DCallEvent.cpp541 const auto *CC = getConstructionContext(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp1039 const CallingConv::ID CC = F.getCallingConv(); local
H A DAMDGPUAttributor.cpp328 CallingConv::ID CC = F->getCallingConv(); variable
966 CallingConv::ID CC = F.getCallingConv(); local
H A DAMDGPUAsmPrinter.cpp1033 auto CC = MF.getFunction().getCallingConv(); local
[all...]
H A DSIMemoryLegalizer.cpp612 std::unique_ptr<SICacheControl> CC = nullptr; member in class:__anon46::final
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h272 classifySecondCondCodeInMacroFusion(X86::CondCode CC) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp206 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(4))->get(); local
239 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(1))->get(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp751 CCAssignFn *CSKYTargetLowering::CCAssignFnForReturn(CallingConv::ID CC, argument
759 CCAssignFn *CSKYTargetLowering::CCAssignFnForCall(CallingConv::ID CC, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h266 void setCallingConv(CallingConv::ID CC) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1259 const CallingConv::ID CC = F->getCallingConv(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2651 X86::CondCode CC = static_cast<X86::CondCode>(MI.getOperand(OpNo).getImm()); variable
[all...]
H A DX86ISelLowering.cpp124 const CallingConv::ID CC; member in struct:__anon35
3252 shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd( SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y, unsigned OldShiftOpcode, unsigned NewShiftOpcode, SelectionDAG &DAG) const argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp856 DISubroutineType(LLVMContext &C, StorageType Storage, DIFlags Flags, uint8_t CC, ArrayRef<Metadata *> Ops) argument
863 getImpl(LLVMContext &Context, DIFlags Flags, uint8_t CC, Metadata *TypeArray, StorageType Storage, bool ShouldCreate) argument
H A DDIBuilder.cpp532 createSubroutineType(DITypeRefArray ParameterTypes, DINode::DIFlags Flags, unsigned CC) argument
H A DLLVMContextImpl.h707 uint8_t CC; member in struct:llvm::MDNodeKeyImpl
710 MDNodeKeyImpl(unsigned Flags, uint8_t CC, Metadata *TypeArray) argument
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1583 getLambdaConversionFunctionResultType( const FunctionProtoType *CallOpProto, CallingConv CC) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp761 CallingConv::ID CC = I->getCallingConv(); local
745 setCallee( const DataLayout &DL, MCContext &Ctx, CallingConv::ID CC, Type *ResultTy, StringRef Target, ArgListTy &&ArgsList, unsigned FixedArgs) argument
[all...]
H A DLegalizeVectorOps.cpp1712 SDValue CC = Node->getOperand(2 + Offset); local
1911 SDValue CC = Node->getOperand(2); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1378 AArch64CC::CondCode CC = (AArch64CC::CondCode)MI->getOperand(OpNum).getImm(); local
1385 AArch64CC::CondCode CC = (AArch64CC::CondCode)MI->getOperand(OpNum).getImm(); local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1718 void llvm::GetReturnInfo(CallingConv::ID CC, Type *ReturnType, argument
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp868 llvm::Value *CC = Builder.CreateFMul(RHSr, RHSr); // c*c local

Completed in 610 milliseconds

123456789