Home
last modified time | relevance | path

Searched refs:isCast (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h117 bool isCast() const { return isCast(getOpcode()); } in isCast() function
151 static inline bool isCast(unsigned OpCode) { in isCast() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h133 bool isCast() const { return isCast(getOpcode()); }
185 static inline bool isCast(unsigned OpCode) {
DConstants.h1099 bool isCast() const;
DInstrTypes.h709 return I->isCast();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp177 if (CastInst->isCast()) in findMatInsertPt()
449 if (!CastInst->isCast()) in collectConstantCandidates()
467 if (!ConstExpr->isCast()) in collectConstantCandidates()
484 if (Inst->isCast()) in collectConstantCandidates()
780 assert(CastInst->isCast() && "Expected an cast instruction!"); in emitBaseConstants()
809 assert(ConstExpr->isCast() && "ConstExpr should be a cast"); in emitBaseConstants()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAbstractCallSite.cpp66 if (CE->getNumUses() == 1 && CE->isCast()) { in AbstractCallSite()
DConstantFold.cpp81 assert(Op && Op->isCast() && "Can't fold cast of cast without a cast!"); in foldConstantCastPair()
83 assert(CastInst::isCast(opc) && "Invalid cast opcode"); in foldConstantCastPair()
540 if (CE->isCast()) { in ConstantFoldCastInstruction()
2335 if (CE->isCast() && Idxs.size() > 1 && Idx0->isNullValue()) { in ConstantFoldGetElementPtr()
DConstantsContext.h533 if (Instruction::isCast(Opcode) ||
DConstants.cpp1227 bool ConstantExpr::isCast() const { in isCast() function in ConstantExpr
1228 return Instruction::isCast(getOpcode()); in isCast()
1632 assert(Instruction::isCast(opc) && "opcode out of range"); in getCast()
DAsmWriter.cpp1543 if (CE->isCast()) { in WriteConstantInternal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp305 if (Instruction::isCast(Opcode)) { in remapConstantExpr()
DNVPTXISelLowering.cpp1399 if (!CE->isCast()) in getArgumentAlignment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp87 if (CE->isCast()) in operator *()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLint.cpp704 if (Instruction::isCast(CE->getOpcode())) { in findValueImpl()
DConstantFolding.cpp1029 if (Instruction::isCast(Opcode)) in ConstantFoldInstOperandsImpl()
1311 assert(Instruction::isCast(Opcode)); in ConstantFoldCastOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp396 if (CE->isCast()) in runStaticConstructorsDestructors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3544 (Instruction::isCast(E->getOpcode()) && in getEntryCost()
3545 Instruction::isCast(E->getAltOpcode()))) && in getEntryCost()
4508 (Instruction::isCast(E->getOpcode()) && in vectorizeTree()
4509 Instruction::isCast(E->getAltOpcode()))) && in vectorizeTree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2432 if (Instruction::isCast(CE->getOpcode())) { in writeConstants()
2610 if (Instruction::isCast(I.getOpcode())) { in writeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp297 if (TI->getNumOperands() == 1 && TI->isCast()) { in foldSelectOpOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9505 if (I.isCast()) in findArgumentCopyElisionCandidates()