/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/ |
D | demangle.go | 398 a, isCast := st.unqualifiedName() 399 if isCast { 409 isCast := false 413 a, isCast = st.unqualifiedName() 430 if isCast { 433 isCast = false 437 if isCast { 443 a, isCast := st.unqualifiedName() 448 if isCast { 451 isCast = false [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.h | 88 bool isCast() const { return isCast(getOpcode()); } in isCast() function 117 static inline bool isCast(unsigned OpCode) { in isCast() function
|
D | InstrTypes.h | 615 return I->isCast();
|
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 125 if (CastInst->isCast()) in findMatInsertPt() 218 if (Inst->isCast()) in collectConstantCandidates() 252 if (!CastInst->isCast()) in collectConstantCandidates() 266 if (!ConstExpr->isCast()) in collectConstantCandidates() 503 assert(CastInst->isCast() && "Expected an cast instruction!"); in emitBaseConstants()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 117 bool isCast() const { return isCast(getOpcode()); } in isCast() function 151 static inline bool isCast(unsigned OpCode) { in isCast() function
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 108 bool isCast() const { return isCast(getOpcode()); } 137 static inline bool isCast(unsigned OpCode) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.h | 133 bool isCast() const { return isCast(getOpcode()); } 176 static inline bool isCast(unsigned OpCode) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 164 if (CastInst->isCast()) in findMatInsertPt() 392 if (!CastInst->isCast()) in collectConstantCandidates() 406 if (!ConstExpr->isCast()) in collectConstantCandidates() 423 if (Inst->isCast()) in collectConstantCandidates() 663 assert(CastInst->isCast() && "Expected an cast instruction!"); in emitBaseConstants()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | IntrinsicInst.cpp | 36 if (CE->isCast()) in CastOperand()
|
D | Constants.cpp | 741 bool ConstantExpr::isCast() const { in isCast() function in ConstantExpr 742 return Instruction::isCast(getOpcode()); in isCast() 1232 assert(Instruction::isCast(opc) && "opcode out of range"); in getCast() 2112 } else if (isCast()) { in replaceUsesOfWithOnConstant()
|
D | ConstantFold.cpp | 83 assert(Op && Op->isCast() && "Can't fold cast of cast without a cast!"); in foldConstantCastPair() 85 assert(CastInst::isCast(opc) && "Invalid cast opcode"); in foldConstantCastPair() 529 if (CE->isCast()) { in ConstantFoldCastInstruction() 2249 if (CE->isCast() && Idxs.size() > 1 && Idx0->isNullValue()) { in ConstantFoldGetElementPtrImpl()
|
D | ConstantsContext.h | 412 if (Instruction::isCast(V.opcode))
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | ExecutionUtils.cpp | 59 if (CE->isCast()) in operator *()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 206 if (CE->isCast()) in visitLoadInst() 470 if (CE->isCast()) in visitStoreInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | ExecutionUtils.cpp | 100 if (CE->isCast()) in operator *()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 306 if (Instruction::isCast(Opcode)) { in remapConstantExpr()
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ExtractFunction.cpp | 218 if (CE->isCast()) in SplitStaticCtorDtor()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 356 if (Instruction::isCast(Opcode)) { in remapConstantExpr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 273 if (CE->isCast()) in SplitStaticCtorDtor()
|
/external/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 273 if (CE->isCast()) in SplitStaticCtorDtor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 81 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() 538 if (CE->isCast()) { in ConstantFoldCastInstruction() 2214 if (CE->isCast() && Idxs.size() > 1 && Idx0->isNullValue()) { in ConstantFoldGetElementPtr()
|
D | ConstantsContext.h | 532 if (Instruction::isCast(Opcode))
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 80 assert(Op && Op->isCast() && "Can't fold cast of cast without a cast!"); in foldConstantCastPair() 82 assert(CastInst::isCast(opc) && "Invalid cast opcode"); in foldConstantCastPair() 541 if (CE->isCast()) { in ConstantFoldCastInstruction() 2168 if (CE->isCast() && Idxs.size() > 1 && Idx0->isNullValue()) { in ConstantFoldGetElementPtrImpl()
|
D | ConstantsContext.h | 506 if (Instruction::isCast(Opcode))
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Lint.cpp | 600 if (Instruction::isCast(CE->getOpcode())) { in findValueImpl()
|