OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cast
(Results
301 - 325
of
3080
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libkmsxx/py/tests/
gamma.py
22
view = memoryview(arr).
cast
("H")
/external/llvm/bindings/python/llvm/
bit_reader.py
12
from ctypes import
cast
/external/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h
83
V =
cast
<CallInst>(V)->getArgOperand(0);
109
V =
cast
<CallInst>(V)->getArgOperand(0);
126
return GetRCIdentityRoot(
cast
<CallInst>(Inst)->getArgOperand(0));
136
cast
<GetElementPtrInst>(I)->hasAllZeroIndices());
/external/llvm/include/llvm/Support/
CBindingWrapping.h
34
return
cast
<T>(unwrap(P)); \
43
assert(Q && "Invalid
cast
!"); \
/external/llvm/lib/Target/NVPTX/
NVVMReflect.cpp
177
const ConstantExpr *GEP =
cast
<ConstantExpr>(Str);
183
const Value *Operand =
cast
<Constant>(Sym)->getOperand(0);
195
assert(
cast
<ConstantDataSequential>(Operand)->isCString() &&
198
StringRef ReflectArg =
cast
<ConstantDataSequential>(Operand)->getAsString();
/external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp
33
ArrayType *ATy =
cast
<ArrayType>(GVCtor->getValueType());
34
StructType *OldEltTy =
cast
<StructType>(ATy->getElementType());
45
auto Ctor =
cast
<Constant>(Init->getOperand(i));
94
return
cast
<Function>(FuncOrBitcast);
/external/llvm/tools/opt/
AnalysisWrappers.cpp
44
CallSite CS(
cast
<Value>(UI));
/external/mockito/src/test/java/org/mockitoutil/
SimpleSerializationUtil.java
29
return type.
cast
(readObject);
/external/objenesis/main/src/main/java/org/objenesis/instantiator/android/
Android10Instantiator.java
45
return type.
cast
(newStaticMethod.invoke(null, type, Object.class));
/external/selinux/policycoreutils/secon/
Makefile
7
WARNS=-Werror -W -Wall -Wundef -Wshadow -Wpointer-arith -Wbad-function-
cast
-Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-format-zero-length -Wformat-nonliteral -Wformat-security -Wfloat-equal
/external/swiftshader/third_party/LLVM/lib/Analysis/
Loads.cpp
43
if (
cast
<Instruction>(A)->isIdenticalToWhenDefined(BI))
69
V =
cast
<Operator>(V)->getOperand(0);
117
PointerType *AddrTy =
cast
<PointerType>(V->getType());
172
Type *AccessTy =
cast
<PointerType>(Ptr->getType())->getElementType();
MemoryBuiltins.cpp
81
return (isBitCastOfMallocCall(BCI)) ?
cast
<CallInst>(BCI->getOperand(0))
87
return (isBitCastOfMallocCall(BCI)) ?
cast
<CallInst>(BCI->getOperand(0))
146
MallocType =
cast
<PointerType>(BCI->getDestTy());
156
return
cast
<PointerType>(CI->getType());
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp
218
cast
<LoadInst>(StoredVal)->getOperand(0) == GV) {
334
// Pointer
cast
, delete any stores and memsets to the global.
401
!
cast
<Constant>(GEPI->getOperand(1))->isNullValue())
419
cast
<ConstantExpr>(U)->getOpcode() != Instruction::GetElementPtr))
427
!
cast
<Constant>(U->getOperand(1))->isNullValue() ||
437
ConstantInt *Idx =
cast
<ConstantInt>(U->getOperand(2));
541
NumElements =
cast
<VectorType>(STy)->getNumElements();
583
cast
<ConstantExpr>(GEP)->getOpcode()==Instruction::GetElementPtr)||
589
unsigned Val =
cast
<ConstantInt>(GEP->getOperand(2))->getZExtValue();
601
NewPtr = ConstantExpr::getGetElementPtr(
cast
<Constant>(NewPtr), Idxs)
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp
25
Instruction *FirstInst =
cast
<Instruction>(PN.getIncomingValue(0));
55
if (CI->getPredicate() !=
cast
<CmpInst>(FirstInst)->getPredicate())
59
isNUW =
cast
<OverflowingBinaryOperator>(I)->hasNoUnsignedWrap();
61
isNSW =
cast
<OverflowingBinaryOperator>(I)->hasNoSignedWrap();
63
isExact =
cast
<PossiblyExactOperator>(I)->isExact();
101
Instruction *InInst =
cast
<Instruction>(PN.getIncomingValue(i));
120
BinaryOperator *BinOp =
cast
<BinaryOperator>(FirstInst);
131
GetElementPtrInst *FirstInst =
cast
<GetElementPtrInst>(PN.getIncomingValue(0));
221
GetElementPtrInst *InGEP =
cast
<GetElementPtrInst>(PN.getIncomingValue(i));
288
LoadInst *FirstLI =
cast
<LoadInst>(PN.getIncomingValue(0))
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneModule.cpp
65
Function::Create(
cast
<FunctionType>(I->getType()->getElementType()),
86
GlobalVariable *GV =
cast
<GlobalVariable>(VMap[I]);
94
Function *F =
cast
<Function>(VMap[I]);
111
GlobalAlias *GA =
cast
<GlobalAlias>(VMap[I]);
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
bit_reader.py
12
from ctypes import
cast
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
CFLAliasAnalysisUtils.h
40
Result->evict(
cast
<Function>(Val));
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
CBindingWrapping.h
34
return
cast
<T>(unwrap(P)); \
43
assert(Q && "Invalid
cast
!"); \
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
IntrinsicInst.cpp
20
//
cast
instruction needs to be stripped away.
43
auto *MD =
cast
<MetadataAsValue>(Op)->getMetadata();
49
|| !
cast
<MDNode>(MD)->getNumOperands())
115
StringRef RoundingArg =
cast
<MDString>(MD)->getString();
135
StringRef ExceptionArg =
cast
<MDString>(MD)->getString();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCELFStreamer.cpp
101
auto *Symbol =
cast
<MCSymbolELF>(S);
111
auto *Symbol =
cast
<MCSymbolELF>(S);
191
auto *Symbol =
cast
<MCSymbolELF>(S);
287
auto *Symbol =
cast
<MCSymbolELF>(S);
318
cast
<MCSymbolELF>(Symbol)
323
cast
<MCSymbolELF>(Symbol)->setSize(Value);
333
auto *Symbol =
cast
<MCSymbolELF>(S);
382
cast
<MCTargetExpr>(expr)->fixELFSymbolsInTLSFixups(getAssembler());
388
const MCBinaryExpr *be =
cast
<MCBinaryExpr>(expr);
395
const MCSymbolRefExpr &symRef = *
cast
<MCSymbolRefExpr>(expr)
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
AnalysisWrappers.cpp
44
CallSite CS(
cast
<Value>(UI));
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CBindingWrapping.h
34
return
cast
<T>(unwrap(P)); \
43
assert(Q && "Invalid
cast
!"); \
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
index_ops_kernel_argmax_float_2d.cc
43
out_eig = in_eig.argmax(dim).
cast
<int64>();
/external/tensorflow/tensorflow/python/tpu/
bfloat16.py
57
# This if statement is needed to guard the
cast
, because batch norm
58
# assigns directly to the return value of this custom getter. The
cast
63
var = math_ops.
cast
(var, dtypes.bfloat16)
/external/v8/src/
address-map.cc
26
HeapObject* heap_object = HeapObject::
cast
(root);
Completed in 741 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>