OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPointerTy
(Results
26 - 42
of
42
) sorted by null
1
2
/external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp
263
getTargetLowering()->
getPointerTy
()) :
/external/llvm/lib/Target/X86/
X86FastISel.cpp
380
if (TLI.getValueType(U->getOperand(0)->getType()) == TLI.
getPointerTy
())
386
if (TLI.getValueType(U->getType()) == TLI.
getPointerTy
())
560
if (TLI.
getPointerTy
() == MVT::i64) {
628
if (TLI.getValueType(U->getOperand(0)->getType()) == TLI.
getPointerTy
())
634
if (TLI.getValueType(U->getType()) == TLI.
getPointerTy
())
[
all
...]
X86ISelDAGToDAG.cpp
232
getTargetLowering()->
getPointerTy
()) :
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
[
all
...]
FastISel.cpp
207
EVT IntVT = TLI.
getPointerTy
();
295
MVT PtrVT = TLI.
getPointerTy
();
479
MVT VT = TLI.
getPointerTy
();
[
all
...]
TargetLowering.cpp
85
SDValue Callee = DAG.getExternalSymbol(getLibcallName(LC),
getPointerTy
());
225
return DAG.getGLOBAL_OFFSET_TABLE(
getPointerTy
(0));
[
all
...]
LegalizeVectorOps.cpp
398
EVT WideVT = TLI.
getPointerTy
();
SelectionDAG.cpp
[
all
...]
DAGCombiner.cpp
332
return LegalTypes ? TLI.getScalarShiftAmountTy(LHSTy) : TLI.
getPointerTy
();
[
all
...]
/external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp
405
EVT PtrVT = getTargetLowering()->
getPointerTy
();
Mips16ISelLowering.cpp
475
JumpTarget = DAG.getExternalSymbol(Mips16HelperFunction,
getPointerTy
());
/external/llvm/include/llvm/Target/
TargetLowering.h
154
virtual MVT
getPointerTy
(uint32_t /*AS*/ = 0) const { return PointerTy; }
163
return
getPointerTy
();
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp
441
O << ".param .b" << TLI->
getPointerTy
().getSizeInBits()
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp
397
MVT PointerTy = getTargetLowering()->
getPointerTy
();
780
MVT PointerTy = getTargetLowering()->
getPointerTy
();
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringBase.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
828
if (TLI.getValueType(U->getOperand(0)->getType()) == TLI.
getPointerTy
())
833
if (TLI.getValueType(U->getType()) == TLI.
getPointerTy
())
[
all
...]
Completed in 876 milliseconds
1
2