HomeSort by relevance Sort by last modified time
    Searched refs:isa (Results 251 - 275 of 2238) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/IR/
Instruction.cpp 127 assert(isa<FPMathOperator>(this) && "setting fast-math flag on invalid op");
134 assert(isa<FPMathOperator>(this) && "setting fast-math flag on invalid op");
141 assert(isa<FPMathOperator>(this) && "setting fast-math flag on invalid op");
149 assert(isa<FPMathOperator>(this) && "setting fast-math flag on invalid op");
157 assert(isa<FPMathOperator>(this) && "setting fast-math flag on invalid op");
165 assert(isa<FPMathOperator>(this) && "setting fast-math flag on invalid op");
170 assert(isa<FPMathOperator>(this) && "copying fast-math flag on invalid op");
176 assert(isa<FPMathOperator>(this) && "getting fast-math flag on invalid op");
182 assert(isa<FPMathOperator>(this) && "getting fast-math flag on invalid op");
188 assert(isa<FPMathOperator>(this) && "getting fast-math flag on invalid op")
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/Support/
Casting.cpp 78 TEST(CastingTest, isa) {
79 EXPECT_TRUE(isa<foo>(B1));
80 EXPECT_TRUE(isa<foo>(B2));
81 EXPECT_TRUE(isa<foo>(B3));
82 EXPECT_TRUE(isa<foo>(B4));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
IntrinsicInst.h 11 // functions with the isa/dyncast family of functions. In particular, this
42 /// This allows the standard isa/dyncast/cast functionality to work with calls
55 // Methods for support type inquiry through isa, cast, and dyn_cast:
62 return isa<CallInst>(V) && classof(cast<CallInst>(V));
108 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
124 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
140 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
157 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
186 // Methods for support type inquiry through isa, cast, and dyn_cast:
212 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
IntrinsicInst.h 11 // functions with the isa/dyncast family of functions. In particular, this
42 /// This allows the standard isa/dyncast/cast functionality to work with calls
55 // Methods for support type inquiry through isa, cast, and dyn_cast:
62 return isa<CallInst>(V) && classof(cast<CallInst>(V));
108 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
124 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
140 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
157 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
186 // Methods for support type inquiry through isa, cast, and dyn_cast:
212 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
IntrinsicInst.h 11 // functions with the isa/dyncast family of functions. In particular, this
42 /// This allows the standard isa/dyncast/cast functionality to work with calls
55 // Methods for support type inquiry through isa, cast, and dyn_cast:
62 return isa<CallInst>(V) && classof(cast<CallInst>(V));
108 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
124 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
140 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
157 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
186 // Methods for support type inquiry through isa, cast, and dyn_cast:
212 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
IntrinsicInst.h 11 // functions with the isa/dyncast family of functions. In particular, this
42 /// This allows the standard isa/dyncast/cast functionality to work with calls
55 // Methods for support type inquiry through isa, cast, and dyn_cast:
62 return isa<CallInst>(V) && classof(cast<CallInst>(V));
108 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
124 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
140 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
157 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
186 // Methods for support type inquiry through isa, cast, and dyn_cast:
212 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
IntrinsicInst.h 11 // functions with the isa/dyncast family of functions. In particular, this
42 /// This allows the standard isa/dyncast/cast functionality to work with calls
55 // Methods for support type inquiry through isa, cast, and dyn_cast:
62 return isa<CallInst>(V) && classof(cast<CallInst>(V));
108 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
124 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
140 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
157 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
186 // Methods for support type inquiry through isa, cast, and dyn_cast:
212 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
IntrinsicInst.h 11 // functions with the isa/dyncast family of functions. In particular, this
42 /// This allows the standard isa/dyncast/cast functionality to work with calls
55 // Methods for support type inquiry through isa, cast, and dyn_cast:
62 return isa<CallInst>(V) && classof(cast<CallInst>(V));
108 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
124 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
140 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
157 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
186 // Methods for support type inquiry through isa, cast, and dyn_cast:
212 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
IntrinsicInst.h 11 // functions with the isa/dyncast family of functions. In particular, this
42 /// This allows the standard isa/dyncast/cast functionality to work with calls
55 // Methods for support type inquiry through isa, cast, and dyn_cast:
62 return isa<CallInst>(V) && classof(cast<CallInst>(V));
108 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
124 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
140 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
157 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
186 // Methods for support type inquiry through isa, cast, and dyn_cast:
212 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
IntrinsicInst.h 11 // functions with the isa/dyncast family of functions. In particular, this
42 /// This allows the standard isa/dyncast/cast functionality to work with calls
55 // Methods for support type inquiry through isa, cast, and dyn_cast:
62 return isa<CallInst>(V) && classof(cast<CallInst>(V));
108 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
124 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
140 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
157 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
186 // Methods for support type inquiry through isa, cast, and dyn_cast:
212 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V))
    [all...]
  /external/llvm/include/llvm/IR/
Operator.h 67 return isa<Instruction>(V) || isa<ConstantExpr>(V);
119 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
120 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
158 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
159 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
312 return isa<Instruction>(V) && classof(cast<Instruction>(V));
328 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
329 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
437 if (!isa<ConstantInt>(I)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 47 isa<ConstantInt>(I->getOperand(2)))
95 !(isa<BinaryOperator>(PHIUser)) || !cheapToScalarize(PHIUser, true))
128 if (pos && !isa<PHINode>(pos)) {
204 cheapToScalarize(BO, isa<ConstantInt>(EI.getOperand(1)))) {
220 if (isa<Constant>(IE->getOperand(2)) && isa<Constant>(EI.getOperand(1))) {
303 if (isa<UndefValue>(V)) {
327 if (!isa<ConstantInt>(IdxOp))
331 if (isa<UndefValue>(ScalarOp)) { // inserting undef into vector.
340 if (isa<ConstantInt>(EI->getOperand(1)))
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
ServerSocketChannelImpl.java 217 InetSocketAddress isa = (local == null) ? new InetSocketAddress(0) : local
221 sm.checkListen(isa.getPort());
222 NetHooks.beforeTcpBind(fd, isa.getAddress(), isa.getPort());
223 Net.bind(fd, isa.getAddress(), isa.getPort());
265 InetSocketAddress isa = isaa[0]; local
266 sc = new SocketChannelImpl(provider(), newfd, isa);
270 sm.checkAccept(isa.getAddress().getHostAddress(),
271 isa.getPort())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 66 return isa<Instruction>(V) || isa<ConstantExpr>(V);
119 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
120 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
160 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
161 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
338 return isa<Instruction>(V) && classof(cast<Instruction>(V));
353 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
354 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
468 if (!isa<ConstantInt>(I)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 66 return isa<Instruction>(V) || isa<ConstantExpr>(V);
119 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
120 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
160 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
161 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
338 return isa<Instruction>(V) && classof(cast<Instruction>(V));
353 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
354 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
468 if (!isa<ConstantInt>(I)
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_isa.h 675 int r600_isa_init(struct r600_context *ctx, struct r600_isa *isa);
676 int r600_isa_destroy(struct r600_isa *isa);
721 r600_isa_alu_by_opcode(struct r600_isa* isa, unsigned opcode, unsigned is_op3) {
724 assert(isa->alu_op3_map);
725 op = isa->alu_op3_map[opcode];
727 assert(isa->alu_op2_map);
728 op = isa->alu_op2_map[opcode];
735 r600_isa_fetch_by_opcode(struct r600_isa* isa, unsigned opcode) {
737 assert(isa->fetch_map);
738 op = isa->fetch_map[opcode]
    [all...]
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 45 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures)
88 if (isa<InvokeInst>(BeforeHere) || isa<PHINode>(I) || I == BeforeHere)
131 if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures)
161 assert(!isa<GlobalValue>(V) &&
189 assert(!isa<GlobalValue>(V) &&
342 if (LI && isa<GlobalVariable>(LI->getPointerOperand()))
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 62 if (C->getNumOperands() && !isa<GlobalValue>(C))
64 if (!isa<BasicBlock>(Op) && !isa<GlobalValue>(Op))
84 if (!isa<GlobalValue>(G.getInitializer()))
87 if (!isa<GlobalValue>(A.getAliasee()))
90 if (!isa<GlobalValue>(I.getResolver()))
94 if (!isa<GlobalValue>(U.get()))
130 if ((isa<Constant>(*Op) && !isa<GlobalValue>(*Op)) ||
131 isa<InlineAsm>(*Op)
    [all...]
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 63 if (isa<BlockAddress>(UR)) continue;
67 if (!isa<CallInst>(UR) && !isa<InvokeInst>(UR))
167 if (isa<UndefValue>(V))
171 if (isa<Constant>(V) || isa<Argument>(V)) {
172 if (isa<UndefValue>(RV)) {
  /external/llvm/lib/Transforms/Utils/
SplitModule.cpp 45 assert((!isa<Constant>(U) || isa<GlobalValue>(U)) && "Bad user");
50 } else if (isa<GlobalIndirectSymbol>(U) || isa<Function>(U) ||
51 isa<GlobalVariable>(U)) {
67 if (isa<Constant>(UU) && !isa<GlobalValue>(UU)) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
IPConstantPropagation.cpp 92 if (isa<BlockAddress>(U)) continue;
96 if (!isa<CallInst>(U) && !isa<InvokeInst>(U))
195 if (isa<UndefValue>(V))
199 if (isa<Constant>(V) || isa<Argument>(V)) {
200 if (isa<UndefValue>(RV)) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
BasicBlock.cpp 136 while (isa<PHINode>(i)) ++i;
146 while (isa<PHINode>(i) || isa<DbgInfoIntrinsic>(i)) ++i;
157 if (isa<PHINode>(i) || isa<DbgInfoIntrinsic>(i))
172 if (isa<LandingPadInst>(InsertPt)) ++InsertPt;
361 return isa<LandingPadInst>(getFirstNonPHI());
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DiffConsumer.cpp 49 out << (isa<GlobalValue>(V) ? '@' : '%') << V->getName();
53 if (isa<StoreInst>(V)) {
56 } else if (isa<CallInst>(V)) {
59 } else if (isa<InvokeInst>(V)) {
94 if (isa<Function>(I->L)) {
105 } else if (isa<BasicBlock>(I->L)) {
117 } else if (isa<Instruction>(I->L)) {
  /external/llvm/lib/Target/X86/
X86ShuffleDecodeConstantPool.cpp 66 } else if (isa<UndefValue>(COp)) {
143 } else if (isa<UndefValue>(COp)) {
195 } else if (isa<UndefValue>(COp)) {
261 } else if (isa<UndefValue>(COp)) {
309 if (!COp || (!isa<UndefValue>(COp) && !isa<ConstantInt>(COp))) {
313 if (isa<UndefValue>(COp))
325 if (!isa<ConstantInt>(C))
346 if (isa<UndefValue>(COp))
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 97 if (isa<FunctionDecl>(D) || isa<ObjCMethodDecl>(D)) {
101 else if (isa<BlockDecl>(D)) {

Completed in 574 milliseconds

<<11121314151617181920>>