/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 569 static bool isNoopCast( 577 bool isNoopCast(
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Lint.cpp | 590 if (CI->isNoopCast(TD ? TD->getIntPtrType(V->getContext()) : in findValueImpl() 601 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()), in findValueImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | Lint.cpp | 691 if (CI->isNoopCast(*DL)) in findValueImpl() 701 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()), in findValueImpl()
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 657 if (CI->isNoopCast(*DL)) in findValueImpl() 667 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()), in findValueImpl()
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 791 static bool isNoopCast( 799 bool isNoopCast( 806 bool isNoopCast(const DataLayout &DL) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 815 static bool isNoopCast( 825 bool isNoopCast(const DataLayout &DL) const;
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2367 bool CastInst::isNoopCast(Instruction::CastOps Opcode, in isNoopCast() function in CastInst 2397 bool CastInst::isNoopCast(Type *IntPtrTy) const { in isNoopCast() function in CastInst 2398 return isNoopCast(getOpcode(), getOperand(0)->getType(), getType(), IntPtrTy); in isNoopCast() 2401 bool CastInst::isNoopCast(const DataLayout &DL) const { in isNoopCast() function in CastInst 2411 return isNoopCast(getOpcode(), getOperand(0)->getType(), getType(), IntPtrTy); in isNoopCast()
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1809 if (!CI->isNoopCast(CI->getModule()->getDataLayout())) in findRematerializableChainToBasePointer() 1830 assert(CI->isNoopCast(CI->getModule()->getDataLayout()) && in chainToBasePointerCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1947 if (!CI->isNoopCast(CI->getModule()->getDataLayout())) in findRematerializableChainToBasePointer() 1969 assert(CI->isNoopCast(CI->getModule()->getDataLayout()) && in chainToBasePointerCost()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 2040 bool CastInst::isNoopCast(Instruction::CastOps Opcode, in isNoopCast() function in CastInst 2069 bool CastInst::isNoopCast(Type *IntPtrTy) const { in isNoopCast() function in CastInst 2070 return isNoopCast(getOpcode(), getOperand(0)->getType(), getType(), IntPtrTy); in isNoopCast()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 505 if (CI->isNoopCast(DL)) { in combineLoadToOperationType()
|
D | InstCombineCompares.cpp | 644 if (!CI->isNoopCast(DL)) in canRewriteGEPAsOffset() 871 if (!CI->isNoopCast(DL)) in getAsConstantIndexedAddress() 877 if (!CI->isNoopCast(DL)) in getAsConstantIndexedAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 2203 bool CastInst::isNoopCast(Instruction::CastOps Opcode, in isNoopCast() function in CastInst 2232 bool CastInst::isNoopCast(const DataLayout &DL) const { in isNoopCast() function in CastInst 2233 return isNoopCast(getOpcode(), getOperand(0)->getType(), getType(), DL); in isNoopCast()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 95 if (Cast->isNoopCast(TD.getIntPtrType(Cast->getContext())) && in hasTrivialKill()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 664 if (CI->isNoopCast(DL)) in combineLoadToOperationType()
|
D | InstCombineCompares.cpp | 586 if (!CI->isNoopCast(DL)) in canRewriteGEPAsOffset() 813 if (!CI->isNoopCast(DL)) in getAsConstantIndexedAddress() 819 if (!CI->isNoopCast(DL)) in getAsConstantIndexedAddress()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 145 if (Cast->isNoopCast(DL.getIntPtrType(Cast->getContext())) && in hasTrivialKill()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 337 if (Cast->isNoopCast(DL) && !hasTrivialKill(Cast->getOperand(0))) in hasTrivialKill()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1637 if (!CI->isNoopCast(DL)) in salvageDebugInfo()
|