OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getScalarSizeInBits
(Results
1 - 25
of
27
) sorted by null
1
2
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
370
uint32_t OrigBitWidth = OrigTy->
getScalarSizeInBits
();
371
uint32_t BitWidth = Ty->
getScalarSizeInBits
();
386
uint32_t BitWidth = Ty->
getScalarSizeInBits
();
396
uint32_t OrigBitWidth = OrigTy->
getScalarSizeInBits
();
397
uint32_t BitWidth = Ty->
getScalarSizeInBits
();
465
if (DestTy->
getScalarSizeInBits
() == 1) {
526
In->getType()->
getScalarSizeInBits
()-1);
694
unsigned VSize = V->getType()->
getScalarSizeInBits
();
721
if (BitsToClear > V->getType()->
getScalarSizeInBits
())
722
BitsToClear = V->getType()->
getScalarSizeInBits
();
[
all
...]
InstCombineShifts.cpp
90
uint32_t OrigBitWidth = OrigTy->
getScalarSizeInBits
();
91
uint32_t BitWidth = Ty->
getScalarSizeInBits
();
126
unsigned TypeWidth = I->getType()->
getScalarSizeInBits
();
150
unsigned TypeWidth = I->getType()->
getScalarSizeInBits
();
213
unsigned TypeWidth = BO->getType()->
getScalarSizeInBits
();
255
unsigned TypeWidth = BO->getType()->
getScalarSizeInBits
();
331
uint32_t TypeBits = Op0->getType()->
getScalarSizeInBits
();
378
unsigned SrcSize = TrOp->getType()->
getScalarSizeInBits
();
379
unsigned DstSize = TI->getType()->
getScalarSizeInBits
();
729
unsigned BitWidth = Op0->getType()->
getScalarSizeInBits
();
[
all
...]
InstCombineSimplifyDemanded.cpp
54
unsigned BitWidth = Inst.getType()->
getScalarSizeInBits
();
112
VTy->
getScalarSizeInBits
() == BitWidth) &&
397
unsigned truncBf = I->getOperand(0)->getType()->
getScalarSizeInBits
();
434
unsigned SrcBitWidth =I->getOperand(0)->getType()->
getScalarSizeInBits
();
452
unsigned SrcBitWidth =I->getOperand(0)->getType()->
getScalarSizeInBits
();
[
all
...]
InstCombineSelect.cpp
466
else if (CmpRHS->getType()->
getScalarSizeInBits
()
[
all
...]
InstCombineCompares.cpp
[
all
...]
InstCombineAddSub.cpp
943
uint32_t TySizeBits = I.getType()->
getScalarSizeInBits
();
[
all
...]
/external/llvm/lib/IR/
Instructions.cpp
[
all
...]
Constants.cpp
[
all
...]
Verifier.cpp
[
all
...]
Type.cpp
132
///
getScalarSizeInBits
- If this is a vector type, return the
135
unsigned Type::
getScalarSizeInBits
() {
/external/llvm/lib/Analysis/
TargetTransformInfo.cpp
271
if (DL && DL->isLegalInteger(OpTy->
getScalarSizeInBits
()) &&
272
OpTy->
getScalarSizeInBits
() <= DL->getPointerSizeInBits())
281
if (DL && DL->isLegalInteger(Ty->
getScalarSizeInBits
()) &&
282
Ty->
getScalarSizeInBits
() >= DL->getPointerSizeInBits())
ValueTracking.cpp
40
if (unsigned BitWidth = Ty->
getScalarSizeInBits
())
240
V->getType()->
getScalarSizeInBits
() == BitWidth) &&
439
SrcBitWidth = SrcTy->
getScalarSizeInBits
();
467
unsigned SrcBitWidth = I->getOperand(0)->getType()->
getScalarSizeInBits
();
642
unsigned GEPOpiBits = Index->getType()->
getScalarSizeInBits
();
[
all
...]
ConstantFolding.cpp
[
all
...]
/external/llvm/include/llvm/IR/
Type.h
305
///
getScalarSizeInBits
- If this is a vector type, return the
308
unsigned
getScalarSizeInBits
();
IRBuilder.h
[
all
...]
/external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
566
if (NumElem == 3 && VTy->
getScalarSizeInBits
() == 32)
571
if (NumElem == 3 && VTy->
getScalarSizeInBits
() == 64)
/external/llvm/lib/Analysis/IPA/
InlineCost.cpp
405
unsigned IntegerSize = I.getType()->
getScalarSizeInBits
();
442
unsigned IntegerSize = Op->getType()->
getScalarSizeInBits
();
[
all
...]
/external/llvm/tools/llvm-stress/
llvm-stress.cpp
309
if (ValTy->isVectorTy() && ValTy->
getScalarSizeInBits
() == 1)
329
if (Val0->getType()->
getScalarSizeInBits
() == 1)
/external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp
390
ValTy->
getScalarSizeInBits
() <= 32)
/external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp
[
all
...]
LoopVectorize.cpp
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGExpr.cpp
[
all
...]
Completed in 1193 milliseconds
1
2