OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDestTy
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyAddMissingPrototypes.cpp
97
BC->
getDestTy
()->getPointerElementType())) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
BDCE.cpp
120
auto *const DstTy = SE->
getDestTy
();
Scalarizer.cpp
677
VectorType *VT = dyn_cast<VectorType>(CI.
getDestTy
());
695
VectorType *DstVT = dyn_cast<VectorType>(BCI.
getDestTy
());
LoopStrengthReduce.cpp
2101
DestTy = UCast->
getDestTy
();
2105
DestTy = SCast->
getDestTy
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TypePromotion.cpp
622
if (ZExt->
getDestTy
() != ExtTy)
626
if (ZExt->getSrcTy() == ZExt->
getDestTy
()) {
699
TruncTysMap[Trunc].push_back(Trunc->
getDestTy
());
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h
625
Type *
getDestTy
() const {
InstrTypes.h
686
Type*
getDestTy
() const { return getType(); }
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp
353
unsigned DBW = DL.getTypeSizeInBits(CI->
getDestTy
());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
607
CI->
getDestTy
()->isPtrOrPtrVectorTy())
608
if (!LI.isAtomic() || isSupportedAtomicType(CI->
getDestTy
())) {
609
LoadInst *NewLoad = IC.combineLoadToNewType(LI, CI->
getDestTy
());
InstCombineCasts.cpp
253
Type *MidTy = CI1->
getDestTy
();
254
Type *DstTy = CI2->
getDestTy
();
InstCombineCompares.cpp
2787
Bitcast->
getDestTy
()->getScalarSizeInBits()) {
4467
Type *DestTy = CastOp0->
getDestTy
();
4514
Type *DestTy = CastOp0->
getDestTy
();
InstCombineVectorOps.cpp
2456
Type *TgtTy = BC->
getDestTy
();
InstructionCombining.cpp
978
VectorType *DestTy = dyn_cast<VectorType>(BC->
getDestTy
());
InstCombineAndOrXor.cpp
1555
if (CI->getSrcTy() == CI->
getDestTy
() || isa<Constant>(CastSrc))
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp
655
CI->
getDestTy
()->getScalarType()->isPPC_FP128Ty() ||
657
isLargeIntegerTy(!TM.isPPC64(), CI->
getDestTy
()->getScalarType()))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp
782
} else if (OpSt.isConstantRange() && I.
getDestTy
()->isIntegerTy()) {
785
Type *DestTy = I.
getDestTy
();
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp
387
MallocType = cast<PointerType>(BCI->
getDestTy
());
LazyValueInfo.cpp
1245
CI->
getDestTy
(), DL))) {
ValueTracking.cpp
2356
Q.DL.getTypeSizeInBits(I2P->
getDestTy
()).getFixedSize())
2364
Q.DL.getTypeSizeInBits(P2I->
getDestTy
()).getFixedSize())
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVEGatherScatterLowering.cpp
251
if (!ZextOffs || cast<FixedVectorType>(ZextOffs->
getDestTy
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
1439
Type *DestTy = ToVectorTy(cast<CastInst>(I)->
getDestTy
(), VF);
7739
return TTI.getCastInstrCost(Instruction::Trunc, Trunc->
getDestTy
(),
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
7805
uint32_t ResultBitWidth = CI->
getDestTy
()->getIntegerBitWidth();
Completed in 114 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026