OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InlineAsmLowering.cpp
167
TargetLowering::ConstraintType
CType
=
171
if (OpInfo.isIndirect && !(
CType
== TargetLowering::C_Memory ||
172
CType
== TargetLowering::C_Register ||
173
CType
== TargetLowering::C_RegisterClass))
180
if (
CType
== TargetLowering::C_Other ||
181
CType
== TargetLowering::C_Immediate) {
189
if (
CType
== TargetLowering::C_Memory && OpInfo.hasMatchingInput())
193
int Generality = getConstraintGenerality(
CType
);
195
BestType =
CType
;
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFAbstractMemberAccess.cpp
429
const DIType *
CType
= stripQualifiers(cast<DIType>(ChildType));
433
if (isa<DIDerivedType>(
CType
))
440
return stripQualifiers(PtrTy->getBaseType()) ==
CType
;
445
const auto *CTy = dyn_cast<DICompositeType>(
CType
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
4928
TargetLowering::ConstraintType
CType
=
4932
if (OpInfo.isIndirect && !(
CType
== TargetLowering::C_Memory ||
4933
CType
== TargetLowering::C_Register ||
4934
CType
== TargetLowering::C_RegisterClass))
4941
if ((
CType
== TargetLowering::C_Other ||
4942
CType
== TargetLowering::C_Immediate) && Op.getNode()) {
4949
BestType =
CType
;
4957
if (
CType
== TargetLowering::C_Memory && OpInfo.hasMatchingInput())
4961
int Generality = getConstraintGenerality(
CType
);
4963
BestType =
CType
;
[
all
...]
Completed in 35 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026